diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-06-22 14:08:36 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-06-22 21:34:08 +0200 |
commit | fb65e9ec21ce3bc544a0d3dcb47d91425e8ebc5f (patch) | |
tree | 1395036c35bd12d7d192b4773c4407f0cf60792d /vcl/qa/cppunit | |
parent | c93603b2d154f99f3af088e1a7bedff5a73d5ae8 (diff) |
Fix typo
Change-Id: I3b85fad7fa8962daf5926740cc1ebdb8ff3d6c5c
Reviewed-on: https://gerrit.libreoffice.org/56294
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/qa/cppunit')
-rw-r--r-- | vcl/qa/cppunit/FontFeatureTest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/FontFeatureTest.cxx b/vcl/qa/cppunit/FontFeatureTest.cxx index 82d57843ec3b..01b0000c7894 100644 --- a/vcl/qa/cppunit/FontFeatureTest.cxx +++ b/vcl/qa/cppunit/FontFeatureTest.cxx @@ -36,7 +36,7 @@ public: void FontFeatureTest::testGetFontFeatures() { -// "Linux Libertine G" is a font bundeled with LO, but sometimes the +// "Linux Libertine G" is a font bundled with LO, but sometimes the // bundled fonts aren't available so we need to disable test in that case #if !TEST_FONTS_MISSING ScopedVclPtrInstance<VirtualDevice> aVDev(*Application::GetDefaultDevice(), |