mailer project continued:
[mailer.git] / inc / libs / maintenance_functions.php
index 1bf0aed813b358072817316bd685230725303d95..c824b1ffce161449f40d6ca9c6e209406d7180c3 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -56,7 +56,7 @@ function getMaintenance () {
        return $GLOBALS[__FUNCTION__];
 }
 
-// Checks wether 'maintenance' is "YES"
+// Checks whether 'maintenance' is "YES"
 function isMaintenanceEnabled () {
        // Is the cache entry set
        if (!isset($GLOBALS[__FUNCTION__])) {