[Libreoffice-commits] core.git: vcl/qa
Andrea Gelmini
andrea.gelmini at gelma.net
Fri Jun 22 19:34:33 UTC 2018
vcl/qa/cppunit/FontFeatureTest.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fb65e9ec21ce3bc544a0d3dcb47d91425e8ebc5f
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Fri Jun 22 14:08:36 2018 +0200
Fix typo
Change-Id: I3b85fad7fa8962daf5926740cc1ebdb8ff3d6c5c
Reviewed-on: https://gerrit.libreoffice.org/56294
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
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(),
More information about the Libreoffice-commits
mailing list