[Libreoffice-commits] core.git: solenv/gbuild svtools/source

Andrea Gelmini andrea.gelmini at gelma.net
Thu Feb 1 14:39:56 UTC 2018


 solenv/gbuild/platform/com_GCC_class.mk |    2 +-
 svtools/source/svrtf/svparser.cxx       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ae8b65eea784e4f718e3170577b670fe1e6a3700
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Thu Feb 1 15:27:19 2018 +0100

    Fix typos
    
    Change-Id: I5cfa53bbe82fc3611770fdbe3b58d593f7a7c89f
    Reviewed-on: https://gerrit.libreoffice.org/49100
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/solenv/gbuild/platform/com_GCC_class.mk b/solenv/gbuild/platform/com_GCC_class.mk
index abcc7c953e1b..e2caff2a5a9b 100644
--- a/solenv/gbuild/platform/com_GCC_class.mk
+++ b/solenv/gbuild/platform/com_GCC_class.mk
@@ -10,7 +10,7 @@
 ifeq ($(gb_FULLDEPS),$(true))
 ifneq (,$(CCACHE_HARDLINK))
 # cannot move hardlink over itself, so create dep file directly, even if that
-# might leave a broken file beind in case the build is interrupted forcefully
+# might leave a broken file behind in case the build is interrupted forcefully
 define gb_cxx_dep_generation_options
 -MMD -MT $(1) -MP -MF $(2)
 endef
diff --git a/svtools/source/svrtf/svparser.cxx b/svtools/source/svrtf/svparser.cxx
index 021fa7255f77..11ebe9805027 100644
--- a/svtools/source/svrtf/svparser.cxx
+++ b/svtools/source/svrtf/svparser.cxx
@@ -27,7 +27,7 @@
 #include <vector>
 #include <climits>
 
-// structure to store the actuel data
+// structure to store the actual data
 template<typename T>
 struct SvParser_Impl
 {


More information about the Libreoffice-commits mailing list