diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-07-14 17:07:59 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-07-17 19:17:46 +0200 |
commit | be604957ecab49b1f4dfcfa468d572e0da549d3c (patch) | |
tree | 62c202d1d8fb8041fdcb78ef3830dfca00480485 /vcl | |
parent | 26b52972a8ab15049e63a2518ff8e10d6288d074 (diff) |
Fix typos
Change-Id: I0fec2abc1bed9c0cfcd78d1b0f6daebc335831be
Reviewed-on: https://gerrit.libreoffice.org/39982
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/generic/fontmanager/fontconfig.cxx | 2 | ||||
-rw-r--r-- | vcl/win/window/salframe.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/generic/fontmanager/fontconfig.cxx b/vcl/unx/generic/fontmanager/fontconfig.cxx index 68d00eb0d6bf..3fc0ed875b47 100644 --- a/vcl/unx/generic/fontmanager/fontconfig.cxx +++ b/vcl/unx/generic/fontmanager/fontconfig.cxx @@ -933,7 +933,7 @@ IMPL_LINK_NOARG(PrintFontManager, autoInstallFontLangSupport, Timer *, void) if (res == nullptr && error != nullptr) { // Disable this method from now on. It's simply not available on some systems - // and leads to an error dialog being shown each tim theis is called tdf#104883 + // and leads to an error dialog being shown each time this is called tdf#104883 std::shared_ptr<comphelper::ConfigurationChanges> batch( comphelper::ConfigurationChanges::create() ); officecfg::Office::Common::PackageKit::EnableFontInstallation::set(false, batch); batch->commit(); diff --git a/vcl/win/window/salframe.cxx b/vcl/win/window/salframe.cxx index 3c370f50e6b5..1eae482cbdfa 100644 --- a/vcl/win/window/salframe.cxx +++ b/vcl/win/window/salframe.cxx @@ -3795,7 +3795,7 @@ static bool ImplHandlePaintMsg( HWND hWnd ) if ( bHasPaintRegion ) { // call BeginPaint/EndPaint to query the paint rect and use - // this infomation in the (deferred) paint + // this information in the (deferred) paint BeginPaint( hWnd, &aPs ); CopyRect( &aUpdateRect, &aPs.rcPaint ); } |