]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib-php/lib.php
don't even try heavily penalized searches
[nominatim.git] / lib-php / lib.php
index d17c9d72b8dacf0a97d9bd7c5e2a5ad3e2f42626..f7c6e55e3c115ef7e1b3daf2fb694bb168d4a5fa 100644 (file)
@@ -11,7 +11,7 @@
 function loadSettings($sProjectDir)
 {
     @define('CONST_InstallDir', $sProjectDir);
-    // Temporary hack to set the direcory via environment instead of
+    // Temporary hack to set the directory via environment instead of
     // the installed scripts. Neither setting is part of the official
     // set of settings.
     defined('CONST_ConfigDir') or define('CONST_ConfigDir', $_SERVER['NOMINATIM_CONFIGDIR']);