]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/setup/SetupClass.php
Merge branch 'updatePHP' of https://github.com/ThomasBarris/Nominatim into updatePHP
[nominatim.git] / lib / setup / SetupClass.php
index 3b4f683d544b89184b9587d0085d396493603664..fbcf9b5c7bb67aa146d4f00c67450be4102d5f42 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') {