[Libreoffice-commits] core.git: extensions/source external/redland filter/source framework/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 19 07:39:44 UTC 2019


 extensions/source/ole/servprov.hxx              |    2 +-
 external/redland/rasqal/rasqal.h                |    2 +-
 filter/source/config/tools/merge/pyAltFCFGMerge |    2 +-
 framework/source/dispatch/loaddispatcher.cxx    |    6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit b9b8ca7739828c26ec421b486a3018b8382a4caf
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Aug 19 00:30:26 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Aug 19 09:39:05 2019 +0200

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

diff --git a/extensions/source/ole/servprov.hxx b/extensions/source/ole/servprov.hxx
index f8b1704b8339..2fcf2ceac83e 100644
--- a/extensions/source/ole/servprov.hxx
+++ b/extensions/source/ole/servprov.hxx
@@ -46,7 +46,7 @@ Reference<XInterface> OleServer_CreateInstance( const Reference<XMultiServiceFac
 
     OneInstanceOleWrapper
 
-    Provides an single UNO object as OLE object.
+    Provides a single UNO object as OLE object.
 
     Acts as a COM class factory. When IClassFactory::CreateInstance is being called
     then it maps the XInstance member it to a COM object.
diff --git a/external/redland/rasqal/rasqal.h b/external/redland/rasqal/rasqal.h
index e1804f1c6c32..cd5d646043f2 100644
--- a/external/redland/rasqal/rasqal.h
+++ b/external/redland/rasqal/rasqal.h
@@ -1133,7 +1133,7 @@ typedef enum {
  * @gp: current graph_pattern
  * @user_data: user data passed in
  *
- * User function to visit an graph_pattern and operate on it with
+ * User function to visit a graph_pattern and operate on it with
  * rasqal_graph_pattern_visit() or rasqal_query_graph_pattern_visit()
  *
  * Return value: non-0 to truncate the visit
diff --git a/filter/source/config/tools/merge/pyAltFCFGMerge b/filter/source/config/tools/merge/pyAltFCFGMerge
index 80860e4022b1..7572617d49f9 100755
--- a/filter/source/config/tools/merge/pyAltFCFGMerge
+++ b/filter/source/config/tools/merge/pyAltFCFGMerge
@@ -358,7 +358,7 @@ class ConfigHelper:
         # printOut(lCommandLineArgs, "and len is", count)
         for arg in range(count):
             # is it a named-value argument?
-            # Note: We ignores double "=" signs! => search from left to right
+            # Note: we ignore double "=" signs! => search from left to right
             pos = lCommandLineArgs[arg].find('=')
             if pos != -1:
                 sArg   = lCommandLineArgs[arg][0:pos]
diff --git a/framework/source/dispatch/loaddispatcher.cxx b/framework/source/dispatch/loaddispatcher.cxx
index 49d2a496e723..07ee5adf9798 100644
--- a/framework/source/dispatch/loaddispatcher.cxx
+++ b/framework/source/dispatch/loaddispatcher.cxx
@@ -73,13 +73,13 @@ css::uno::Any LoadDispatcher::impl_dispatch( const css::util::URL& rURL,
                                              const css::uno::Reference< css::frame::XDispatchResultListener >& xListener )
 {
     // Attention: May be nobody outside hold such temp. dispatch object alive (because
-    // the container in which we resists isn't implemented threadsafe but updated by a timer
-    // and clear our reference ...) we should hold us self alive!
+    // the container in which we resist isn't implemented threadsafe but updated by a timer
+    // and clear our reference...) we should hold us self alive!
     css::uno::Reference< css::uno::XInterface > xThis(static_cast< css::frame::XNotifyingDispatch* >(this), css::uno::UNO_QUERY);
 
     osl::MutexGuard g(m_mutex);
 
-    // We are the only client of this load env object ... but
+    // We are the only client of this load env object... but
     // may a dispatch request before is still in progress (?!).
     // Then we should wait a little bit and block this new request.
     // In case we run into the timeout, we should reject this new request


More information about the Libreoffice-commits mailing list