diff options
author | Nikolas Nyby <nikolas@gnu.org> | 2019-01-10 19:56:41 -0500 |
---|---|---|
committer | Charles Pigott <charlespigott@googlemail.com> | 2019-01-11 20:24:12 +0000 |
commit | 65746a02757fc56bf72ec58121bc2bae26798585 (patch) | |
tree | 9c13bc728b58bd236671c2179ad4988ec2321e30 | |
parent | c80608a83c774376e0bb65043e9218631b553867 (diff) | |
download | openttd-65746a02757fc56bf72ec58121bc2bae26798585.tar.xz |
Fix: Spelling fixes on some Latin American town names
-rw-r--r-- | src/table/townname.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/table/townname.h b/src/table/townname.h index 25c997d25..7f1f1b62b 100644 --- a/src/table/townname.h +++ b/src/table/townname.h @@ -639,7 +639,7 @@ static const char * const _name_spanish_real[] = { "Barcelona", "Barinas", "San Crist\xC3\xB3""bal", - "San Fransisco", + "San Francisco", "San Mart\xC3\xADn", "Guayana", "San Carlos", @@ -650,14 +650,14 @@ static const char * const _name_spanish_real[] = { "Elorza", "Arismendi", "Trujillo", - "Carupano", + "Car\xC3\xBApano", "Anaco", "Lima", "Cuzco", "Iquitos", "Callao", "Huacho", - "Camana", + "Caman\xC3\xA1", "Puerto Chala", "Santa Cruz", "Quito", @@ -684,12 +684,12 @@ static const char * const _name_spanish_real[] = { "Potos\xC3\xAD", "Tupiza", "La Quiaca", - "Yacuiba", + "Yacu\xC3\xAD""ba", "San Borja", - "Fuerte Olimpio", + "Fuerte Olimpo", "Fort\xC3\xADn Esteros", "Campo Grande", - "Bogota", + "Bogot\xC3\xA1", "El Banco", "Zaragoza", "Neiva", |