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/apifriendshipsdestroy.php | |
parent | 104a47e4a2903f1c7ea73363a73cee12f0cf14ac (diff) |
Remove more contractions
* doesn't
* won't
* isn't
* don't
Diffstat (limited to 'actions/apifriendshipsdestroy.php')
-rw-r--r-- | actions/apifriendshipsdestroy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apifriendshipsdestroy.php b/actions/apifriendshipsdestroy.php index 3d9b7e001..fb73624c9 100644 --- a/actions/apifriendshipsdestroy.php +++ b/actions/apifriendshipsdestroy.php @@ -113,7 +113,7 @@ class ApiFriendshipsDestroyAction extends ApiAuthAction return; } - // Don't allow unsubscribing from yourself! + // Do not allow unsubscribing from yourself! if ($this->user->id == $this->other->id) { $this->clientError( |