summaryrefslogtreecommitdiffstats
path: root/examples/detect.php
diff options
context:
space:
mode:
authorPaul Waring <paul@xk7.net>2011-11-09 17:08:29 +0000
committerPaul Waring <paul@xk7.net>2011-11-09 17:08:29 +0000
commit5cd2b557477b4cdbe4c42b3d2f80d43fe2621313 (patch)
treed19a412a80fa756b9f43d1f92516923e8969b70b /examples/detect.php
parentbc5f875d4b4ec524882c963f7f34859ed974e0e4 (diff)
downloadphp-openid-5cd2b557477b4cdbe4c42b3d2f80d43fe2621313.zip
php-openid-5cd2b557477b4cdbe4c42b3d2f80d43fe2621313.tar.gz
php-openid-5cd2b557477b4cdbe4c42b3d2f80d43fe2621313.tar.bz2
Fix minor spelling error.
Diffstat (limited to 'examples/detect.php')
-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;
}