diff --git a/modules/validations/outdated_tags.js b/modules/validations/outdated_tags.js index 58c2f5e56..1423d7a27 100644 --- a/modules/validations/outdated_tags.js +++ b/modules/validations/outdated_tags.js @@ -242,7 +242,7 @@ export function validationOutdatedTags() { // Exceptions, throw out the match if ( (!itemQID || itemQID === notQID) || // no `*:wikidata` or matched a `not:*:wikidata` - (newTags.office && !item.tags.office) // feature may be a coprorate office for a brand? - #6416 + (newTags.office && !item.tags.office) // feature may be a corporate office for a brand? - #6416 ) { match = null; // forget match and keep looking continue; // (it might make sense to stop looking, not sure)