From c74adb54013816f1945b33d06fc0f48f0cf007e5 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 17 Apr 2011 00:53:29 +0200 Subject: [PATCH] Fix typo in comment. --- actions/editpeopletag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5