diff options
Diffstat (limited to 'examples/consumer')
-rw-r--r-- | examples/consumer/finish_auth.php | 2 |
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.'; } } |