Spell check
authorSargTeX <martin.christian.bories@gmail.com>
Fri, 3 Aug 2012 21:43:45 +0000 (00:43 +0300)
committerSargTeX <martin.christian.bories@gmail.com>
Fri, 3 Aug 2012 21:43:45 +0000 (00:43 +0300)
corrected "wether" to "whether"

wcfsetup/install/files/lib/data/DatabaseObjectEditor.class.php

index c624f22bc2e885339b6862d698a0daa153a661d4..3bf23ac2f9beeb2f9621cde04ed8948399e330ab 100644 (file)
@@ -53,7 +53,7 @@ abstract class DatabaseObjectEditor extends DatabaseObjectDecorator implements I
        public function update(array $parameters = array()) {
                if (!count($parameters)) return;
                
-               // check wether any value changed or not
+               // check whether any value changed or not
                $update = false;
                foreach ($parameters as $name => $value) {
                        if ($this->__get($name) != $value) {