diff options
author | wushin <pasekei@gmail.com> | 2014-07-14 07:44:27 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-07-14 07:44:27 -0500 |
commit | 519d189ae9fb902af5d63e899086a70bc46a17aa (patch) | |
tree | f760561af015882f7ac419fc087c038b611ec07b | |
parent | ac6471b8f6486cbe7da4b48b95f741cb33214bbf (diff) | |
download | website-519d189ae9fb902af5d63e899086a70bc46a17aa.tar.gz website-519d189ae9fb902af5d63e899086a70bc46a17aa.tar.bz2 website-519d189ae9fb902af5d63e899086a70bc46a17aa.tar.xz website-519d189ae9fb902af5d63e899086a70bc46a17aa.zip |
Fixing Typo
-rw-r--r-- | includes/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.php b/includes/common.php index e86e80a..52faafb 100644 --- a/includes/common.php +++ b/includes/common.php @@ -19,7 +19,7 @@ function placeHeader($page_title) <meta http-equiv="Content-Language" content="en"/> <link rel="icon" type="image/png" href="images/icon16.png"/> <meta name="description" content="The Mana World is a free MMORPG game for Linux, MacOS X and Windows"/> - <meta name="keywords" content="The Mana World, Mana, World, MMORPG, RPG, free, GPL, Open Source, Pixel Art, 2D, Software Development, MacOX, Windows, Linux, desktop, tablet"/> + <meta name="keywords" content="The Mana World, Mana, World, MMORPG, RPG, free, GPL, Open Source, Pixel Art, 2D, Software Development, MacOSX, Windows, Linux, desktop, tablet"/> <meta name="author" content="The Mana World Dev Team"/> <link rel="stylesheet" type="text/css" href="default.css"/> </head> |