From b84b1d8166b07b80429c6830e0151e0c871c2cfc Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 17 Dec 2023 19:32:45 +0000 Subject: Misc grammar fixes. --- modules/database/db_old.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/database') diff --git a/modules/database/db_old.cpp b/modules/database/db_old.cpp index 492c5faa8..4f2ce117b 100644 --- a/modules/database/db_old.cpp +++ b/modules/database/db_old.cpp @@ -130,7 +130,7 @@ enum LANG_JA_EUC, /* Japanese (EUC encoding) */ LANG_JA_SJIS, /* Japanese (SJIS encoding) */ LANG_ES, /* Spanish */ - LANG_PT, /* Portugese */ + LANG_PT, /* Portuguese */ LANG_FR, /* French */ LANG_TR, /* Turkish */ LANG_IT, /* Italian */ -- cgit