X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/b8d41cf38cb9abead17f53fc42c28b65e0ae62b7..3fe634a71fce5471757baa03330ce99f47d6bd0d:/lib-php/lib.php diff --git a/lib-php/lib.php b/lib-php/lib.php index d17c9d72..f7c6e55e 100644 --- a/lib-php/lib.php +++ b/lib-php/lib.php @@ -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']);