[Libreoffice-commits] core.git: sw/qa vcl/unx
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Mar 2 16:52:16 UTC 2021
sw/qa/extras/uiwriter/uiwriter3.cxx | 2 +-
vcl/unx/gtk3/gtk3gtkinst.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 173aa6ebcb6ed598fff71db874f0be6d9517c446
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Mar 1 18:42:45 2021 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Mar 2 17:51:30 2021 +0100
Fix typos
Change-Id: Ieedfe4b3d6bedfd09851836575cdc7e864a7635a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111766
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sw/qa/extras/uiwriter/uiwriter3.cxx b/sw/qa/extras/uiwriter/uiwriter3.cxx
index 6ee8609b5a24..fac99e50ffc9 100644
--- a/sw/qa/extras/uiwriter/uiwriter3.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter3.cxx
@@ -962,7 +962,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest3, testTdf134253)
CPPUNIT_TEST_FIXTURE(SwUiWriterTest3, TestAsCharTextBox)
{
- // Releated tickets:
+ // Related tickets:
// tdf#138598 Replace vertical alignment of As_char textboxes in footer
// tdf#140158 Remove horizontal positioning of As_char textboxes, because
// the anchor moving does the same for it.
diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index 682f4ebe757f..b046f015d0ea 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -16597,7 +16597,7 @@ private:
{
GtkInstancePopover* pThis = static_cast<GtkInstancePopover*>(widget);
// call signal-closed async so the closed callback isn't called
- // whilc the GtkPopover handler is still in-execution
+ // while the GtkPopover handler is still in-execution
pThis->launch_signal_closed();
}
More information about the Libreoffice-commits
mailing list