]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/register.php
Remove more contractions
[quix0rs-gnu-social.git] / actions / register.php
index 584ad3ead49428b74ce12bb9ad201ef51e73c76c..69c50faca240f31bf9b69e0299edb20654d9bab4 100644 (file)
@@ -174,7 +174,7 @@ class RegisterAction extends Action
             $bio      = $this->trimmed('bio');
             $location = $this->trimmed('location');
 
-            // We don't trim these... whitespace is OK in a password!
+            // We do not trim these... whitespace is OK in a password!
             $password = $this->arg('password');
             $confirm  = $this->arg('confirm');