summaryrefslogtreecommitdiffstats
path: root/examples/consumer/finish_auth.php
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-02-08 17:36:17 +0000
committertailor <cygnus@janrain.com>2006-02-08 17:36:17 +0000
commit0cfa1e48e8ed05fd22ae8099bb7bebbd4822d33f (patch)
tree81d27d6ddeafceb96699080c7980f49b6f6d9105 /examples/consumer/finish_auth.php
parent871c52d07c5220dcab6615f478fa3e1d6f8c8440 (diff)
downloadphp-openid-0cfa1e48e8ed05fd22ae8099bb7bebbd4822d33f.zip
php-openid-0cfa1e48e8ed05fd22ae8099bb7bebbd4822d33f.tar.gz
php-openid-0cfa1e48e8ed05fd22ae8099bb7bebbd4822d33f.tar.bz2
[project @ Fixed a typo in consumer example code.]
Diffstat (limited to 'examples/consumer/finish_auth.php')
-rw-r--r--examples/consumer/finish_auth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/consumer/finish_auth.php b/examples/consumer/finish_auth.php
index c51b9ec..1d16e2f 100644
--- a/examples/consumer/finish_auth.php
+++ b/examples/consumer/finish_auth.php
@@ -27,7 +27,7 @@ if ($status != Auth_OpenID_SUCCESS) {
$esc_identity
);
} else {
- // This means the authentication was ancelled.
+ // This means the authentication was cancelled.
$msg = 'Verification cancelled.';
}
}