]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix typo in documentation. Spotted by Nikerabbit.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Wed, 2 Mar 2011 08:57:02 +0000 (09:57 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Wed, 2 Mar 2011 22:06:45 +0000 (23:06 +0100)
actions/apigrouplistall.php

index d05baa0992d928fdc35e5cb3b58d205d90a408da..73359ed3f96bb02688fdb0d61b436e409e58c315 100644 (file)
@@ -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) {