summaryrefslogtreecommitdiff
path: root/include/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-04-26 15:47:50 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-04-28 17:34:50 +0200
commit3fcdd122a9140dffebdecc515c007de2e7a79bbb (patch)
tree0de56387c2670adbd7420af5c2ffbfd0c9270756 /include/filter
parent3af0dfad72a7290131e542eda78fab76a1dfbfe2 (diff)
Fix typo in code
ARGENTINIA->ARGENTINA Change-Id: I711f775c1296779630e99e8cfc6db0262afa47ab Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92941 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/filter')
-rw-r--r--include/filter/msfilter/countryid.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/filter/msfilter/countryid.hxx b/include/filter/msfilter/countryid.hxx
index 438be314c691..b55e1d9cfb70 100644
--- a/include/filter/msfilter/countryid.hxx
+++ b/include/filter/msfilter/countryid.hxx
@@ -73,7 +73,7 @@ const CountryId COUNTRY_GERMANY = 49;
const CountryId COUNTRY_PERU = 51;
const CountryId COUNTRY_MEXICO = 52;
const CountryId COUNTRY_CUBA = 53;
-const CountryId COUNTRY_ARGENTINIA = 54;
+const CountryId COUNTRY_ARGENTINA = 54;
const CountryId COUNTRY_BRAZIL = 55;
const CountryId COUNTRY_CHILE = 56;
const CountryId COUNTRY_COLOMBIA = 57;