diff --git a/scripts/geodata/states/state_abbreviations.py b/scripts/geodata/states/state_abbreviations.py index d8648863..14f4740f 100644 --- a/scripts/geodata/states/state_abbreviations.py +++ b/scripts/geodata/states/state_abbreviations.py @@ -50,4 +50,4 @@ class StateAbbreviations(object): return value -state_abbreivations = StateAbbreviations() +state_abbreviations = StateAbbreviations()