basegfx/source/tools/systemdependentdata.cxx | 2 +- editeng/source/editeng/impedit4.cxx | 2 +- include/basegfx/utils/systemdependentdata.hxx | 2 +- sw/source/core/txtnode/txtedt.cxx | 2 +- vcl/win/gdi/gdiimpl.cxx | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-)
New commits: commit 86d9e48fc60dd7325658feca7088100c78023a7b Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Oct 7 10:01:10 2018 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sun Oct 7 15:28:53 2018 +0200 Fix typos Change-Id: Ia26896cbcd8912f7cad641ea2ecf14c4ddf2d741 Reviewed-on: https://gerrit.libreoffice.org/61489 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/basegfx/source/tools/systemdependentdata.cxx b/basegfx/source/tools/systemdependentdata.cxx index c727462c7191..a2ebcdf23b8a 100644 --- a/basegfx/source/tools/systemdependentdata.cxx +++ b/basegfx/source/tools/systemdependentdata.cxx @@ -89,7 +89,7 @@ namespace basegfx // a corresponding scaling factor const double fScaleToMB(3600.0 / (1024.0 * 1024.0 * 10.0)); - // also use a multiplier to move the start point higer + // also use a multiplier to move the start point higher const double fMultiplierSeconds(10.0); // calculate diff --git a/editeng/source/editeng/impedit4.cxx b/editeng/source/editeng/impedit4.cxx index 6fdc00971ec5..c57ba48bd237 100644 --- a/editeng/source/editeng/impedit4.cxx +++ b/editeng/source/editeng/impedit4.cxx @@ -2704,7 +2704,7 @@ EditSelection ImpEditEngine::TransliterateText( const EditSelection& rSelection, // since we don't use Hiragana/Katakana or half-width/full-width transliterations here // it is fine to use ANYWORD_IGNOREWHITESPACES. (ANY_WORD btw is broken and will - // occasionaly miss words in consecutive sentences). Also with ANYWORD_IGNOREWHITESPACES + // occasionally miss words in consecutive sentences). Also with ANYWORD_IGNOREWHITESPACES // text like 'just-in-time' will be converted to 'Just-In-Time' which seems to be the // proper thing to do. const sal_Int16 nWordType = i18n::WordType::ANYWORD_IGNOREWHITESPACES; diff --git a/include/basegfx/utils/systemdependentdata.hxx b/include/basegfx/utils/systemdependentdata.hxx index d5cc8d645eb6..32f02bea6fa2 100644 --- a/include/basegfx/utils/systemdependentdata.hxx +++ b/include/basegfx/utils/systemdependentdata.hxx @@ -111,7 +111,7 @@ namespace basegfx // Calculate HoldCyclesInSeconds based on using // getHoldCyclesInSeconds and estimateUsageInBytes, the - // result is crated once on-demand and buffered in + // result is created once on-demand and buffered in // mnCalculatedCycles sal_uInt32 calculateCombinedHoldCyclesInSeconds() const; diff --git a/sw/source/core/txtnode/txtedt.cxx b/sw/source/core/txtnode/txtedt.cxx index d6847e65bf1d..74b33c963af8 100644 --- a/sw/source/core/txtnode/txtedt.cxx +++ b/sw/source/core/txtnode/txtedt.cxx @@ -1722,7 +1722,7 @@ void SwTextNode::TransliterateText( { // since we don't use Hiragana/Katakana or half-width/full-width transliterations here // it is fine to use ANYWORD_IGNOREWHITESPACES. (ANY_WORD btw is broken and will - // occasionaly miss words in consecutive sentences). Also with ANYWORD_IGNOREWHITESPACES + // occasionally miss words in consecutive sentences). Also with ANYWORD_IGNOREWHITESPACES // text like 'just-in-time' will be converted to 'Just-In-Time' which seems to be the // proper thing to do. const sal_Int16 nWordType = WordType::ANYWORD_IGNOREWHITESPACES; diff --git a/vcl/win/gdi/gdiimpl.cxx b/vcl/win/gdi/gdiimpl.cxx index a77e26f0e180..d11fb692dcd2 100644 --- a/vcl/win/gdi/gdiimpl.cxx +++ b/vcl/win/gdi/gdiimpl.cxx @@ -2042,7 +2042,7 @@ bool WinSalGraphicsImpl::drawPolyPolygon( aGraphics.SetTransform(&aMatrix); } - // prepare local instabce of Gdiplus::GraphicsPath + // prepare local instance of Gdiplus::GraphicsPath std::shared_ptr<Gdiplus::GraphicsPath> pGraphicsPath; // try to access buffered data @@ -2257,7 +2257,7 @@ bool WinSalGraphicsImpl::drawPolyLine( } } - // prepare local instabce of Gdiplus::GraphicsPath + // prepare local instance of Gdiplus::GraphicsPath std::shared_ptr<Gdiplus::GraphicsPath> pGraphicsPath; // try to access buffered data _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
