summaryrefslogtreecommitdiff
path: root/plugins/Facebook/facebook/facebook_desktop.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2009-11-08 23:32:15 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2009-11-08 23:32:15 +0100
commit5ab709b73977131813884558bf56d97172a7aa26 (patch)
tree2015f93426f559514bdb697b391ea97f98858577 /plugins/Facebook/facebook/facebook_desktop.php
parent104a47e4a2903f1c7ea73363a73cee12f0cf14ac (diff)
Remove more contractions
* doesn't * won't * isn't * don't
Diffstat (limited to 'plugins/Facebook/facebook/facebook_desktop.php')
-rw-r--r--plugins/Facebook/facebook/facebook_desktop.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Facebook/facebook/facebook_desktop.php b/plugins/Facebook/facebook/facebook_desktop.php
index e79a2ca34..425bb5c7b 100644
--- a/plugins/Facebook/facebook/facebook_desktop.php
+++ b/plugins/Facebook/facebook/facebook_desktop.php
@@ -93,7 +93,7 @@ class FacebookDesktop extends Facebook {
}
public function verify_signature($fb_params, $expected_sig) {
- // we don't want to verify the signature until we have a valid
+ // we do not want to verify the signature until we have a valid
// session secret
if ($this->verify_sig) {
return parent::verify_signature($fb_params, $expected_sig);