]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/editpeopletag.php
Fix typo in comment.
[quix0rs-gnu-social.git] / actions / editpeopletag.php
index 92ef50a9f944a707706e4e01ce3fc973a63b9e70..3a66458c9eb739d91177db3b1bf4639500f51440 100644 (file)
@@ -105,7 +105,7 @@ class EditpeopletagAction extends OwnerDesignAction
         }
 
         if (!$this->peopletag) {
-            // TRANS: Client error displayed when referring to a non-exsting list.
+            // TRANS: Client error displayed when referring to a non-existing list.
             $this->clientError(_('No such list.'), 404);
             return false;
         }