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.gelm...@gelma.net>
AuthorDate: Thu Apr 25 17:12:34 2019 +0200
Commit:     Jens Carl <j.car...@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 <serval2...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to