diff options
author | Will Norris <will@willnorris.com> | 2012-01-02 14:13:56 -0800 |
---|---|---|
committer | Will Norris <will@willnorris.com> | 2012-01-02 14:13:56 -0800 |
commit | 1466a25f0894b7e7ae804802ee8302c32889ee1c (patch) | |
tree | d8147025c55e49d90671959c80a840a486f8cd89 | |
parent | 3285ae0fa1af287dbee8b786d46bca44abbcd292 (diff) | |
parent | 5cd2b557477b4cdbe4c42b3d2f80d43fe2621313 (diff) | |
download | php-openid-1466a25f0894b7e7ae804802ee8302c32889ee1c.zip php-openid-1466a25f0894b7e7ae804802ee8302c32889ee1c.tar.gz php-openid-1466a25f0894b7e7ae804802ee8302c32889ee1c.tar.bz2 |
Merge pull request #65 from pwaring/master
Fix minor typo
-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; } |