]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Autocomplete/autocomplete.php
Remove more contractions
[quix0rs-gnu-social.git] / plugins / Autocomplete / autocomplete.php
index 379390ffdf23c1cd93fc1a85840cffec8e22010d..aeb100cfa4d8418a90d69c738812c34bab208457 100644 (file)
@@ -79,7 +79,7 @@ class AutocompleteAction extends Action
     function etag()
     {
         return '"' . implode(':', array($this->arg('action'),
-            crc32($this->arg('q')), //the actual string can have funny characters in we don't want showing up in the etag
+            crc32($this->arg('q')), //the actual string can have funny characters in we do not want showing up in the etag
             $this->arg('limit'),
             $this->lastModified())) . '"';
     }