From 0eed8c520e113a42615056c835fe64cbc97e6567 Mon Sep 17 00:00:00 2001
From: Jan Wille <jan.wille@stud.hs-hannover.de>
Date: Wed, 11 Nov 2020 21:04:13 +0100
Subject: [PATCH] typos

---
 src/HsH-standalone.cls | 4 ++--
 test.tex               | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/HsH-standalone.cls b/src/HsH-standalone.cls
index c18f927..ce6ff0a 100644
--- a/src/HsH-standalone.cls
+++ b/src/HsH-standalone.cls
@@ -52,7 +52,7 @@
 \InputIfFileExists{personal.tex}{
 	\ClassInfo{\myClassName}{personal.tex was found. Using it...}
 }{
-	\ClassInfo{\myClassName}{no personal.tex! Configre the titlepage yourselfe}
+	\ClassInfo{\myClassName}{no personal.tex! Configre the titlepage yourself}
 }
 
 % enforced options for packages
@@ -86,7 +86,7 @@
 	\InputIfFileExists{config.tex}{
 		\ClassInfo{\myClassName}{config.tex was found. Using it...}
 	}{
-		\ClassInfo{\myClassName}{no config.tex!! I hope you configered it yourself.}
+		\ClassInfo{\myClassName}{no config.tex!! I hope you configured it yourself.}
 	}
 	\makeatother
 }
diff --git a/test.tex b/test.tex
index 9aeb2d7..c6b0727 100644
--- a/test.tex
+++ b/test.tex
@@ -19,7 +19,7 @@
 
 \tableofcontents
 
-\cleardoublepage % unbedingt erforderlich bei Doppelseitigem layout vor neuer Seitennummerreirung!
+\cleardoublepage % unbedingt erforderlich bei Doppelseitigem layout vor neuer Seitennummerierung!
 \pagenumbering{arabic} % Seitennummerierung normale zahlen
 
 \chapter{one}
-- 
GitLab