Skip to content

Commit

Permalink
Fix typo in documentation. Spotted by Nikerabbit.
Browse files Browse the repository at this point in the history
  • Loading branch information
siebrand committed Mar 2, 2011
1 parent 0f98457 commit 399c83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/apigrouplistall.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function handle($args)
$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) {
Expand Down

0 comments on commit 399c83d

Please sign in to comment.