summaryrefslogtreecommitdiff
path: root/ext/mnogosearch/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mnogosearch/index.php')
-rw-r--r--ext/mnogosearch/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mnogosearch/index.php b/ext/mnogosearch/index.php
index 62f1d62fb7..40cde6264f 100644
--- a/ext/mnogosearch/index.php
+++ b/ext/mnogosearch/index.php
@@ -12,7 +12,7 @@
*/
if (!extension_loaded('mnogosearch')) {
- print "<b>This script requires PHP4.0.5+ with mnoGoSearch extension</b>";
+ print "<b>This script requires PHP 4.0.5+ with mnoGoSearch extension</b>";
exit;
}