diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-10-18 16:21:52 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-10-19 09:49:01 +0200 |
commit | e8b5510a697f25f72a2171b307fb8ae5f21121ec (patch) | |
tree | f39ac9c234ab505646f8c039e6a43f0fd66bd640 /cui | |
parent | 66a33ea9ef0ede9c90714455e6ad46197425f075 (diff) |
Fix typos
Change-Id: I101357736813bfd47fb15d347fd2c0a33133de56
Reviewed-on: https://gerrit.libreoffice.org/43506
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/about.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx index ea46ac3f8807..4342bcf495f6 100644 --- a/cui/source/dialogs/about.cxx +++ b/cui/source/dialogs/about.cxx @@ -201,7 +201,7 @@ void AboutDialog::SetLogo() bool bOldAntiAliasSetting = aDrawOpt.IsAntiAliasing(); aDrawOpt.SetAntiAliasing(true); - // load svg logo, specify desired width, scale height isotrophically + // load svg logo, specify desired width, scale height isotropically if (SfxApplication::loadBrandSvg("flat_logo", aLogoBitmap, nWidth) && !aLogoBitmap.IsEmpty()) { |