[Libreoffice-commits] core.git: 2 commits - include/vcl sw/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Dec 17 17:25:05 UTC 2019
include/vcl/ITiledRenderable.hxx | 2 +-
sw/source/core/crsr/viscrs.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit b569683398f2cf071c7819f2ef1db514d99e1fdb
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Dec 17 17:21:45 2019 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Dec 17 18:23:43 2019 +0100
Fix typo
Change-Id: I08800becb25f04bb30577185259b290f9cc783e3
Reviewed-on: https://gerrit.libreoffice.org/85319
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/include/vcl/ITiledRenderable.hxx b/include/vcl/ITiledRenderable.hxx
index a17ed6347559..65e3287dd5d0 100644
--- a/include/vcl/ITiledRenderable.hxx
+++ b/include/vcl/ITiledRenderable.hxx
@@ -290,7 +290,7 @@ public:
/**
* It can happen that the underlying implementation is being disposed, but
- * somebedy is trying to access the data...
+ * somebody is trying to access the data...
*/
virtual bool isDisposed() const
{
commit b2b1a7ba78bb23d31eacb21c386745314cbf3379
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Dec 17 17:19:23 2019 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Dec 17 18:22:59 2019 +0100
Fix typo
Change-Id: I6326523b8c93b1eeaf03d91bf0370dd98eeb02d9
Reviewed-on: https://gerrit.libreoffice.org/85312
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sw/source/core/crsr/viscrs.cxx b/sw/source/core/crsr/viscrs.cxx
index 51b59ed0afe7..9f803876cf6f 100644
--- a/sw/source/core/crsr/viscrs.cxx
+++ b/sw/source/core/crsr/viscrs.cxx
@@ -209,7 +209,7 @@ void SwVisibleCursor::SetPosAndShow(SfxViewShell const * pViewShell)
tools::Rectangle aSVRect(aRect.Pos().getX(), aRect.Pos().getY(), aRect.Pos().getX() + aRect.SSize().Width(), aRect.Pos().getY() + aRect.SSize().Height());
OString sRect = aSVRect.toString();
- // is cursor at a mispelled word ?
+ // is cursor at a misspelled word ?
bool bIsWrong = false;
if (pView)
{
More information about the Libreoffice-commits
mailing list