[Libreoffice-commits] core.git: sc/qa vcl/unx
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Apr 25 22:08:31 UTC 2019
sc/qa/unit/subsequent_filters-test.cxx | 2 +-
vcl/unx/gtk/gtksalframe.cxx | 2 +-
vcl/unx/gtk3/gtk3gtkframe.cxx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 08c529c6c146c09a33c175225866aa7a97653cf4
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Apr 25 17:12:34 2019 +0200
Commit: Jens Carl <j.carl43 at gmx.de>
CommitDate: Fri Apr 26 00:07:31 2019 +0200
Fix typos
Change-Id: I81d85cb8ae8b0075929beb01e8991d895b94d0c4
Reviewed-on: https://gerrit.libreoffice.org/71314
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Jenkins
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx
index fa9abf92f4f1..af6daec5f255 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -4266,7 +4266,7 @@ void ScFiltersTest::testAutoheight2Rows()
// We will do relative comparison, because calculated autoheight
// can be different on different platforms
- CPPUNIT_ASSERT_MESSAGE("Row #3 shoud be thinner than #1", nHeight3 < nHeight1);
+ CPPUNIT_ASSERT_MESSAGE("Row #3 should be thinner than #1", nHeight3 < nHeight1);
xDocSh->DoClose();
}
diff --git a/vcl/unx/gtk/gtksalframe.cxx b/vcl/unx/gtk/gtksalframe.cxx
index ebb35874bfef..abad3d42a241 100644
--- a/vcl/unx/gtk/gtksalframe.cxx
+++ b/vcl/unx/gtk/gtksalframe.cxx
@@ -140,7 +140,7 @@ sal_uInt16 GtkSalFrame::GetKeyCode(guint keyval)
switch( keyval )
{
// - - - - - Sun keyboard, see vcl/unx/source/app/saldisp.cxx
- // althopugh GDK_KEY_F1 ... GDK_KEY_L10 are known to
+ // although GDK_KEY_F1 ... GDK_KEY_L10 are known to
// gdk/gdkkeysyms.h, they are unlikely to be generated
// except possibly by Solaris systems
// this whole section needs review
diff --git a/vcl/unx/gtk3/gtk3gtkframe.cxx b/vcl/unx/gtk3/gtk3gtkframe.cxx
index 33f5f08c1f17..802359a38807 100644
--- a/vcl/unx/gtk3/gtk3gtkframe.cxx
+++ b/vcl/unx/gtk3/gtk3gtkframe.cxx
@@ -137,7 +137,7 @@ sal_uInt16 GtkSalFrame::GetKeyCode(guint keyval)
switch( keyval )
{
// - - - - - Sun keyboard, see vcl/unx/source/app/saldisp.cxx
- // althopugh GDK_KEY_F1 ... GDK_KEY_L10 are known to
+ // although GDK_KEY_F1 ... GDK_KEY_L10 are known to
// gdk/gdkkeysyms.h, they are unlikely to be generated
// except possibly by Solaris systems
// this whole section needs review
More information about the Libreoffice-commits
mailing list