Fix various code comments

These were found as part of #3233
This commit is contained in:
Andy Allan 2021-07-21 11:24:06 +01:00
parent b7bedff1ce
commit 37b03e47c6
13 changed files with 15 additions and 15 deletions

View file

@ -3,7 +3,7 @@ module ConsistencyValidations
# Generic checks that are run for the updates and deletes of
# node, ways and relations. This code is here to avoid duplication,
# and allow the extention of the checks without having to modify the
# and allow the extension of the checks without having to modify the
# code in 6 places for all the updates and deletes. Some of these tests are
# needed for creates, but are currently not run :-(
# This will throw an exception if there is an inconsistency