]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apifriendshipscreate.php
replace 'public' in documentation with 'top'
[quix0rs-gnu-social.git] / actions / apifriendshipscreate.php
index 89557f8392f6ce1065dab16145c0461a099826bf..993280981845331e8f95206f93272d33fc931737 100644 (file)
@@ -95,7 +95,7 @@ class ApiFriendshipsCreateAction extends ApiAuthAction
 
         if (!in_array($this->format, array('xml', 'json'))) {
             $this->clientError(
-                // TRANS: Client error displayed when trying to handle an unknown API method.
+                // TRANS: Client error displayed when coming across a non-supported API method.
                 _('API method not found.'),
                 404,
                 $this->format