diff options
Diffstat (limited to 'actions/twitapitrends.php')
-rw-r--r-- | actions/twitapitrends.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/twitapitrends.php b/actions/twitapitrends.php index 2d17e77cc..779405e6d 100644 --- a/actions/twitapitrends.php +++ b/actions/twitapitrends.php @@ -55,7 +55,7 @@ class TwitapitrendsAction extends ApiAction * * @param array $args Web and URL arguments * - * @return boolean false if user does not exist + * @return boolean false if user doesn't exist */ function prepare($args) { |