Fix typo in csv normaliser log message

This commit is contained in:
2024-08-15 23:18:28 +10:00
parent 1ce4e9b3b8
commit 2ab9306fff

View File

@@ -65,7 +65,7 @@ if (($handle = fopen($inputFile, "r")) !== FALSE) {
continue;
}
print("Adding candidate to " . $candidateName . " to ". $currentWard . "\n");
print("Adding candidate " . $candidateName . " to ". $currentWard . "\n");
$name_split = explode(" ", $data[1]);