]> git.openstreetmap.org Git - nominatim.git/commitdiff
typo
authorThomasBarris <thomas.barris@googlemail.com>
Tue, 18 Sep 2018 07:17:54 +0000 (09:17 +0200)
committerThomasBarris <thomas.barris@googlemail.com>
Tue, 18 Sep 2018 07:17:54 +0000 (09:17 +0200)
lib/setup/SetupClass.php

index f31c235304223ed11bf9cffa1e7300861140d213..927aac5ff47a5810d8756a6e0cbb777fe20e5e71 100755 (executable)
@@ -64,7 +64,7 @@ class SetupFunctions
         }
 
         // if class is instantiated by update.php, we have to set EnableDiffUpdates to true
-        // otherwise set to value provided comand line to setup.php
+        // otherwise set to value provided by setup.php's command line arg array
         if ($callingFunction == 'update') {
             $this->bEnableDiffUpdates = true;
         } elseif ($callingFunction == 'setup') {