From: ThomasBarris Date: Tue, 18 Sep 2018 07:17:54 +0000 (+0200) Subject: typo X-Git-Tag: v3.3.0~84^2^2 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/a948050015060896edcdd9de4f9a304b1569a732 typo --- diff --git a/lib/setup/SetupClass.php b/lib/setup/SetupClass.php index f31c2353..927aac5f 100755 --- a/lib/setup/SetupClass.php +++ b/lib/setup/SetupClass.php @@ -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') {