Fix typo in comment.

This commit is contained in:
Siebrand Mazeland 2011-04-17 00:53:29 +02:00
parent 858aa37985
commit c74adb5401

View 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;
}