diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-11-08 23:32:15 +0100 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-11-08 23:32:15 +0100 |
commit | 5ab709b73977131813884558bf56d97172a7aa26 (patch) | |
tree | 2015f93426f559514bdb697b391ea97f98858577 /actions/apiaccountratelimitstatus.php | |
parent | 104a47e4a2903f1c7ea73363a73cee12f0cf14ac (diff) |
Remove more contractions
* doesn't
* won't
* isn't
* don't
Diffstat (limited to 'actions/apiaccountratelimitstatus.php')
-rw-r--r-- | actions/apiaccountratelimitstatus.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apiaccountratelimitstatus.php b/actions/apiaccountratelimitstatus.php index 96179f175..c7c0e7c00 100644 --- a/actions/apiaccountratelimitstatus.php +++ b/actions/apiaccountratelimitstatus.php @@ -36,7 +36,7 @@ if (!defined('STATUSNET')) { require_once INSTALLDIR . '/lib/apibareauth.php'; /** - * We don't have a rate limit, but some clients check this method. + * We do not have a rate limit, but some clients check this method. * It always returns the same thing: 150 hits left. * * @category API |