diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-06-18 21:56:34 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-06-29 09:52:01 +0200 |
commit | ec35d2b0b9be787cbc0916d14b87c15d1d18943b (patch) | |
tree | 79a673165db7e64bc14235d83ddd0510d89c3b22 /vcl | |
parent | 02119ce226ef7c1fcf419aa0933aa95381ee309b (diff) |
Fix typos
Change-Id: If6fafa1ef192411a9d59ef9a4ef4d7f522c67f66
Reviewed-on: https://gerrit.libreoffice.org/55964
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/font/OpenTypeFeatureStrings.hrc | 2 | ||||
-rw-r--r-- | vcl/qa/cppunit/FontFeatureTest.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/font/OpenTypeFeatureStrings.hrc b/vcl/inc/font/OpenTypeFeatureStrings.hrc index a3d2179ceea7..d5813ed31c2f 100644 --- a/vcl/inc/font/OpenTypeFeatureStrings.hrc +++ b/vcl/inc/font/OpenTypeFeatureStrings.hrc @@ -37,7 +37,7 @@ #define STR_FONT_FEATURE_ID_DCAP NC_("STR_FONT_FEATURE_ID_DCAP", "Drop Caps") #define STR_FONT_FEATURE_ID_DLIG NC_("STR_FONT_FEATURE_ID_DLIG", "Discretionary Ligatures") #define STR_FONT_FEATURE_ID_DNOM NC_("STR_FONT_FEATURE_ID_DNOM", "Denominators") -#define STR_FONT_FEATURE_ID_DPNG NC_("STR_FONT_FEATURE_ID_DPNG", "Dipthongs (Obsolete)") +#define STR_FONT_FEATURE_ID_DPNG NC_("STR_FONT_FEATURE_ID_DPNG", "Diphthongs (Obsolete)") #define STR_FONT_FEATURE_ID_EXPT NC_("STR_FONT_FEATURE_ID_EXPT", "Expert Forms") #define STR_FONT_FEATURE_ID_FALT NC_("STR_FONT_FEATURE_ID_FALT", "Final Glyph on Line Alternates") #define STR_FONT_FEATURE_ID_FRAC NC_("STR_FONT_FEATURE_ID_FRAC", "DIagonal Fractions") diff --git a/vcl/qa/cppunit/FontFeatureTest.cxx b/vcl/qa/cppunit/FontFeatureTest.cxx index 01b0000c7894..018c3ee222e4 100644 --- a/vcl/qa/cppunit/FontFeatureTest.cxx +++ b/vcl/qa/cppunit/FontFeatureTest.cxx @@ -149,7 +149,7 @@ void FontFeatureTest::testParseFeature() } { // Multiple features specified, explicit values - // Only 4 char parameter names supported - "toolong" is too long and igoned + // Only 4 char parameter names supported - "toolong" is too long and ignored // If value is 0, it should be also ignored vcl::font::FeatureParser aParser("Font name:abcd=1&bcde=0&toolong=1&cdef=3"); CPPUNIT_ASSERT_EQUAL(size_t(2), aParser.getFeatures().size()); |