Fixed typo
authorMarcel Werk <burntime@woltlab.com>
Mon, 2 Sep 2019 14:37:07 +0000 (16:37 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 2 Sep 2019 14:37:07 +0000 (16:37 +0200)
wcfsetup/install/files/lib/system/form/builder/field/ShowOrderFormField.class.php

index ff782ffefde4aa857874ee94ee17c6cd9c193fed..1cf2dda3c00e1627bdaa1dff488392e37372d240 100644 (file)
@@ -93,7 +93,7 @@ class ShowOrderFormField extends SingleSelectionFormField {
        public function value($value) {
                $keys = array_keys($this->getOptions());
                
-               // when editing an objects, the value has to be reduced by one to determine the
+               // when editing an object, the value has to be reduced by one to determine the
                // relevant sibling as the edited object is shown after its previous sibling 
                if ($this->getDocument()->getFormMode() === IFormDocument::FORM_MODE_UPDATE) {
                        $value--;