fixed a few spelling errors in /admin/

This commit is contained in:
Petr Skoda
2010-09-17 10:27:26 +00:00
parent 820f107a10
commit eab8ed9fb7
40 changed files with 79 additions and 79 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ fclose($stdin);
*
* Very useful for perl-like error-handling:
*
* do_somethting() or mdie("Something went wrong");
* do_something() or mdie("Something went wrong");
*
* @param string $msg Error message
* @param integer $errorcode Error code to emit