diff --git a/hhuthesis.cls b/hhuthesis.cls
index 3114972eea795533f6ae8581c725c563ec2ee501..4d2f867bdfec3efd2a955d16cbb3a574a97bd146 100644
--- a/hhuthesis.cls
+++ b/hhuthesis.cls
@@ -1,5 +1,5 @@
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{hhuthesis}[2020/06/22 HHU Thesis LaTeX document class v1.15]
+\ProvidesClass{hhuthesis}[2020/06/22 HHU Thesis LaTeX document class v1.16]
 
 \DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}} % Options fallback.
 \ProcessOptions\relax
@@ -20,7 +20,7 @@
 \newcommand{\secondexaminer}[1]{\renewcommand{\@sndexaminer}{#1}}
 \newcommand{\@sndexaminer}{}
 
-\newcommand{\gratuationtype}[1]{\renewcommand{\@degree}{#1}}
+\newcommand{\graduationtype}[1]{\renewcommand{\@degree}{#1}}
 \newcommand{\@degree}{Bachelor}
 
 \newcommand{\subject}[1]{\renewcommand{\@subject}{#1}}
diff --git a/thesis.tex b/thesis.tex
index c61b45150895dace5bf8dcb1fb7f0530a0e288cb..ad0e62ae96b2859a3eeb0a9942609a3c8bdd5237 100644
--- a/thesis.tex
+++ b/thesis.tex
@@ -26,8 +26,8 @@
 \title{My Extraordinary Thesis}
 
 %% Der zu erreichende Abschluss, entweder Bachelor oder Master
-\gratuationtype{Bachelor}
-% \gratuationtype{Master}
+\graduationtype{Bachelor}
+% \graduationtype{Master}
 
 %% Ihr Studienfach
 \subject{Informatik}
@@ -150,8 +150,8 @@
 
 %% Dieser Part kann auskommentiert werden, sollte kein Anhang nötig sein.
 %% Der \appendix-Befehl leitet hierbei den Anhang ein.
-% \appendix
-% \input{appendix.tex}
+\appendix
+\input{appendix.tex}
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %% (Ende) Der Inhalt der Arbeit                                               %%