summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Norris <will@willnorris.com>2012-01-02 14:13:56 -0800
committerWill Norris <will@willnorris.com>2012-01-02 14:13:56 -0800
commit1466a25f0894b7e7ae804802ee8302c32889ee1c (patch)
treed8147025c55e49d90671959c80a840a486f8cd89
parent3285ae0fa1af287dbee8b786d46bca44abbcd292 (diff)
parent5cd2b557477b4cdbe4c42b3d2f80d43fe2621313 (diff)
downloadphp-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.php2
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;
}