From 399c83db87e343d3c9845d97f83f0029f1eade38 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Wed, 2 Mar 2011 09:57:02 +0100 Subject: [PATCH] Fix typo in documentation. Spotted by Nikerabbit. --- actions/apigrouplistall.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/apigrouplistall.php b/actions/apigrouplistall.php index d05baa0992..73359ed3f9 100644 --- a/actions/apigrouplistall.php +++ b/actions/apigrouplistall.php @@ -89,7 +89,7 @@ class ApiGroupListAllAction extends ApiPrivateAuthAction $taguribase = TagURI::base(); $id = "tag:$taguribase:Groups"; $link = common_local_url('groups'); - // TRANS: Message is used as a subtitle when listing the lastest 20 groups. %s is a site name. + // TRANS: Message is used as a subtitle when listing the latest 20 groups. %s is a site name. $subtitle = sprintf(_("groups on %s"), $sitename); switch($this->format) {