]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/template/class_BaseTemplateEngine.php
Fixed a typo
[core.git] / inc / classes / main / template / class_BaseTemplateEngine.php
index 188caa213d5443b0a6b8ca74899dfae5d1ca1855..d8a6719a5440dbbd4464104dee74e88d86fc69f9 100644 (file)
@@ -198,10 +198,10 @@ class BaseTemplateEngine extends BaseFrameworkSystem {
        }
 
        /**
-        * Checks wether the given variable stack is set
+        * Checks whether the given variable stack is set
         *
         * @param       $stack  Variable stack to check
-        * @return      $isSet  Wether the given variable stack is set
+        * @return      $isSet  Whether the given variable stack is set
         */
        protected final function isVarStackSet ($stack) {
                // Check it
@@ -278,7 +278,7 @@ class BaseTemplateEngine extends BaseFrameworkSystem {
        /**
         * Returns all variables of current group or empty array
         *
-        * @return      $result         Wether array of found variables or empty array
+        * @return      $result         Whether array of found variables or empty array
         */
        private function readCurrentGroup () {
                // Default is not found
@@ -298,7 +298,7 @@ class BaseTemplateEngine extends BaseFrameworkSystem {
         * Settter for variable group
         *
         * @param       $groupName      Name of variable group
-        * @param       $add            Wether add this group
+        * @param       $add            Whether add this group
         * @return      void
         */
        public function setVariableGroup ($groupName, $add = true) {
@@ -1475,9 +1475,9 @@ class BaseTemplateEngine extends BaseFrameworkSystem {
        }
 
        /**
-        * Checks wether language support is enabled
+        * Checks whether language support is enabled
         *
-        * @return      $languageSupport        Wether language support is enabled or disabled
+        * @return      $languageSupport        Whether language support is enabled or disabled
         */
        public final function isLanguageSupportEnabled () {
                return $this->languageSupport;
@@ -1494,9 +1494,9 @@ class BaseTemplateEngine extends BaseFrameworkSystem {
        }
 
        /**
-        * Checks wether XML compacting is enabled
+        * Checks whether XML compacting is enabled
         *
-        * @return      $xmlCompacting  Wether XML compacting is enabled or disabled
+        * @return      $xmlCompacting  Whether XML compacting is enabled or disabled
         */
        public final function isXmlCompactingEnabled () {
                return $this->xmlCompacting;