summaryrefslogtreecommitdiff
path: root/vcl/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-06-18 21:56:34 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-06-29 09:52:01 +0200
commitec35d2b0b9be787cbc0916d14b87c15d1d18943b (patch)
tree79a673165db7e64bc14235d83ddd0510d89c3b22 /vcl/qa
parent02119ce226ef7c1fcf419aa0933aa95381ee309b (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/qa')
-rw-r--r--vcl/qa/cppunit/FontFeatureTest.cxx2
1 files changed, 1 insertions, 1 deletions
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());