From: Siebrand Mazeland Date: Sat, 16 Apr 2011 22:53:29 +0000 (+0200) Subject: Fix typo in comment. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c74adb54013816f1945b33d06fc0f48f0cf007e5;p=quix0rs-gnu-social.git Fix typo in comment. --- diff --git a/actions/editpeopletag.php b/actions/editpeopletag.php index 92ef50a9f9..3a66458c9e 100644 --- a/actions/editpeopletag.php +++ b/actions/editpeopletag.php @@ -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; }