From: Siebrand Mazeland Date: Wed, 2 Mar 2011 08:57:02 +0000 (+0100) Subject: Fix typo in documentation. Spotted by Nikerabbit. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=399c83db87e343d3c9845d97f83f0029f1eade38;p=quix0rs-gnu-social.git Fix typo in documentation. Spotted by Nikerabbit. --- 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) {