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

Andrea Gelmini andrea.gelmini at gelma.net
Sun Dec 17 09:22:15 UTC 2017


 svtools/source/contnr/fileview.cxx                          |    2 +-
 xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 677d606021304158c9faedf5353cf5c2fd92d3de
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Sun Dec 17 07:17:21 2017 +0100

    Fix typos
    
    Change-Id: Ifcbf431291cc77ffc33cc1cbcc493181ffc9943d
    Reviewed-on: https://gerrit.libreoffice.org/46634
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/svtools/source/contnr/fileview.cxx b/svtools/source/contnr/fileview.cxx
index 09fd07e91bde..5793de1110c5 100644
--- a/svtools/source/contnr/fileview.cxx
+++ b/svtools/source/contnr/fileview.cxx
@@ -97,7 +97,7 @@ using ::svt::FolderDescriptor;
 #define COLUMN_DATE         4
 
 #define ROW_HEIGHT                17    // the height of a row has to be a little higher than the bitmap
-#define QUICK_SEARCH_TIMEOUT    1500    // time in mSec before the quicksearch string will be reseted
+#define QUICK_SEARCH_TIMEOUT    1500    // time in mSec before the quicksearch string will be reset
 
 enum class FileViewFlags
 {
diff --git a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
index 42b749225f23..2472a9115144 100644
--- a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
+++ b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
@@ -374,7 +374,7 @@ xmlNodePtr XMLDocumentWrapper_XmlSecImpl::checkElement( const cssu::Reference< c
  *  interface
  *
  *   INPUTS
- *  xXMLElement -   the XXMLElementWrapper interface wraping a node
+ *  xXMLElement -   the XXMLElementWrapper interface wrapping a node
  *
  *   RESULT
  *  node - the node wrapped in the XXMLElementWrapper interface


More information about the Libreoffice-commits mailing list