]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - lib/settings.php
fix spelling mistakes
[jirafeau_mojo42.git] / lib / settings.php
index 6efc8b73df1b18ea3b99691cb37eff16b237fb8a..bf562dddf553aa45b8e0bc237647cc9fe0efa03c 100644 (file)
@@ -52,7 +52,7 @@ define('VAR_ASYNC', $cfg['var_root'] . 'async/');
 // root of the domain without handling the URL scheme
 $absPrefix = parse_url($cfg['web_root'], PHP_URL_PATH);
 if (true === empty($absPrefix)) {
-    // fallback if installation isnt done yet: relative links to same level on the current page
+    // fallback if installation isn't done yet: relative links to same level on the current page
     $absPrefix = './';
 }
 define('JIRAFEAU_ABSPREFIX', $absPrefix);

patrick-canterino.de