From: SargTeX Date: Fri, 3 Aug 2012 21:43:45 +0000 (+0300) Subject: Spell check X-Git-Tag: 2.0.0_Beta_1~885^2~3^2~1^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=724b154ae2858f07fce91b5d3f0fede34c0d3b58;p=GitHub%2FWoltLab%2FWCF.git Spell check corrected "wether" to "whether" --- diff --git a/wcfsetup/install/files/lib/data/DatabaseObjectEditor.class.php b/wcfsetup/install/files/lib/data/DatabaseObjectEditor.class.php index c624f22bc2..3bf23ac2f9 100644 --- a/wcfsetup/install/files/lib/data/DatabaseObjectEditor.class.php +++ b/wcfsetup/install/files/lib/data/DatabaseObjectEditor.class.php @@ -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) {