bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx |    2 +-
 sc/source/core/opencl/formulagroupcl.cxx          |    4 ++--
 svx/uiconfig/ui/sidebarstylespanel.ui             |    6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 935a2fa0f7ee5dbe6402e0d202a581c05a7b01a2
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Aug 18 14:39:29 2019 +0200
Commit:     Andrea Gelmini <andrea.gelm...@gelma.net>
CommitDate: Sun Aug 18 17:21:40 2019 +0200

    Fix typos
    
    It passed "make check" on Linux
    
    Change-Id: Ibda74a6c5bd50bac7af3b3af1f294817c3e406cc
    Reviewed-on: https://gerrit.libreoffice.org/77667
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Jenkins

diff --git a/bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx 
b/bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx
index 477879f2f2a0..a07365a5943e 100644
--- a/bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx
@@ -198,7 +198,7 @@ StructKind getStructKind(typelib_CompoundTypeDescription 
const * type) {
         case STRUCT_KIND_EMPTY:
             // this means an empty sub-object, which nevertheless obtains a 
byte
             // of storage (TODO: does it?), so the full object cannot be a
-            // homogenous collection of float or double
+            // homogeneous collection of float or double
         case STRUCT_KIND_POD:
             assert(k != STRUCT_KIND_DTOR);
             k = STRUCT_KIND_POD;
diff --git a/sc/source/core/opencl/formulagroupcl.cxx 
b/sc/source/core/opencl/formulagroupcl.cxx
index 27c981758b8a..8948160c4695 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -964,7 +964,7 @@ size_t DynamicKernelStringArgument::Marshal( cl_kernel k, 
int argno, int, cl_pro
     return 1;
 }
 
-/// A mixed string/numberic vector
+/// A mixed string/numeric vector
 class DynamicKernelMixedArgument : public VectorRef
 {
 public:
@@ -1212,7 +1212,7 @@ protected:
     std::shared_ptr<SlidingFunctionBase> mpCodeGen;
 };
 
-/// A mixed string/numberic vector
+/// A mixed string/numeric vector
 class DynamicKernelMixedSlidingArgument : public VectorRef
 {
 public:
diff --git a/svx/uiconfig/ui/sidebarstylespanel.ui 
b/svx/uiconfig/ui/sidebarstylespanel.ui
index afdc241ab750..a4955472f50d 100644
--- a/svx/uiconfig/ui/sidebarstylespanel.ui
+++ b/svx/uiconfig/ui/sidebarstylespanel.ui
@@ -33,7 +33,7 @@
                   </object>
                   <packing>
                     <property name="expand">True</property>
-                    <property name="homogenous">True</property>
+                    <property name="homogeneous">True</property>
                   </packing>
                 </child>
               </object>
@@ -67,7 +67,7 @@
                   </object>
                   <packing>
                     <property name="expand">True</property>
-                    <property name="homogenous">True</property>
+                    <property name="homogeneous">True</property>
                   </packing>
                 </child>
               </object>
@@ -90,7 +90,7 @@
                   </object>
                   <packing>
                     <property name="expand">True</property>
-                    <property name="homogenous">True</property>
+                    <property name="homogeneous">True</property>
                   </packing>
                 </child>
               </object>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to