diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2013-03-01 19:07:52 +0200 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2013-03-01 19:07:52 +0200 |
commit | fb1e4e239e1f19217c21791e36dd4a85b55f81da (patch) | |
tree | 57e7b3a5bc58548fc9c995be75ce30e1f98e3184 | |
parent | 68fc8c22d30b658162fffbc07aaa3d9706b3d982 (diff) | |
download | vdr-plugin-osdteletext-fb1e4e239e1f19217c21791e36dd4a85b55f81da.tar.gz vdr-plugin-osdteletext-fb1e4e239e1f19217c21791e36dd4a85b55f81da.tar.bz2 |
Spelling fix.
-rw-r--r-- | txtrender.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/txtrender.h b/txtrender.h index 18018d3..850927e 100644 --- a/txtrender.h +++ b/txtrender.h @@ -30,7 +30,7 @@ enum enumCharsets { CHARSET_LATIN_G0_IT = 0x0600, // Italian CHARSET_LATIN_G0_LV_LT = 0x0700, // Lettish/Lithuanian (todo) CHARSET_LATIN_G0_PL = 0x0800, // Polish (todo) - CHARSET_LATIN_G0_PT_ES = 0x0900, // Portugese/Spanish + CHARSET_LATIN_G0_PT_ES = 0x0900, // Portuguese/Spanish CHARSET_LATIN_G0_RO = 0x0A00, // Romanian (todo) CHARSET_LATIN_G0_SR_HR_SL = 0x0B00, // Serbian/Croatian/Slovenian (todo) CHARSET_LATIN_G0_SV_FI = 0x0C00, // Swedish/Finnish |