summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/qa/extras/uiwriter/uiwriter3.cxx2
-rw-r--r--vcl/unx/gtk3/gtk3gtkinst.cxx2
2 files changed, 2 insertions, 2 deletions
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();
}