Fixed a typo
[core.git] / inc / classes / main / helper / web / blocks / class_WebBlockHelper.php
index 4b8d22dbfb42c4e54b05a46dec06bd09f0154adc..dd66193963e249400193ea973741ee2c78f6bdf9 100644 (file)
@@ -78,9 +78,9 @@ class WebBlockHelper extends BaseWebHelper implements HelpableTemplate {
        }
 
        /**
-        * Checks wether include registration date in this block
+        * Checks whether include registration date in this block
         *
-        * @return      $withRegistration       Wether with registration date
+        * @return      $withRegistration       Whether with registration date
         */
        public function ifIncludeRegistrationStamp () {
                $withRegistration = ($this->getConfigInstance()->getConfigEntry('block_shows_registration') == 'Y');