summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/generic/fontmanager/fontconfig.cxx2
-rw-r--r--vcl/win/window/salframe.cxx2
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 );
}