diff --git a/admin.php b/admin.php
index 617dc252ec7cb3a37fe6bbb93fbf048c54094e72..3b69f871263aae556f5102f4f976eb9b6e65f7ed 100644
--- a/admin.php
+++ b/admin.php
@@ -20,7 +20,7 @@ function admin_page($mod) {
    </head>
    <style>
     body { font-family: helvetica, arial; font-size: 12pt; }
-    h1   { font-famile: helvetica, arial; font-size: 18pt; font-weight: bold; color: #660000; }
+    h1   { font-family: helvetica, arial; font-size: 18pt; font-weight: bold; color: #660000; }
     h2   { font-family: helvetica, arial; font-size: 18pt; font-weight: bold; color: #000066; }
     h3   { font-family: helvetica, arial; font-size: 14pt; font-weight: bold; color: #006600; }
     th   { font-family: helvetica, arial; font-size: 12pt; text-align: center; vertical-align: top; background-color: #CCCCCC; color: #995555; }
@@ -57,4 +57,4 @@ function admin_page($mod) {
   print message_access();
 }
 
-?>
\ No newline at end of file
+?>