diff options
author | Paul Waring <paul@xk7.net> | 2011-11-09 17:08:29 +0000 |
---|---|---|
committer | Paul Waring <paul@xk7.net> | 2011-11-09 17:08:29 +0000 |
commit | 5cd2b557477b4cdbe4c42b3d2f80d43fe2621313 (patch) | |
tree | d19a412a80fa756b9f43d1f92516923e8969b70b | |
parent | bc5f875d4b4ec524882c963f7f34859ed974e0e4 (diff) | |
download | php-openid-5cd2b557477b4cdbe4c42b3d2f80d43fe2621313.zip php-openid-5cd2b557477b4cdbe4c42b3d2f80d43fe2621313.tar.gz php-openid-5cd2b557477b4cdbe4c42b3d2f80d43fe2621313.tar.bz2 |
Fix minor spelling error.
-rw-r--r-- | examples/detect.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/detect.php b/examples/detect.php index 123e496..5fb18b3 100644 --- a/examples/detect.php +++ b/examples/detect.php @@ -368,7 +368,7 @@ function detect_stores($r, &$out) $out .= $r->p('If you are using the filesystem store, your ' . 'data directory must be readable and writable by ' . - $web_user . ' and not availabe over the Web.'); + $web_user . ' and not available over the Web.'); return true; } |