summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-19 00:30:26 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-19 09:39:05 +0200
commitb9b8ca7739828c26ec421b486a3018b8382a4caf (patch)
treeb92d0a3be928e4a14df2abf734f28ae3940173fc
parentcbe9601e5972ec1c466311e0b148a9fbe8cda4d1 (diff)
Fix typos
Change-Id: I5e7cbd49e8bd7d9d6957508f8c8534653854cb3c Reviewed-on: https://gerrit.libreoffice.org/77679 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--extensions/source/ole/servprov.hxx2
-rw-r--r--external/redland/rasqal/rasqal.h2
-rwxr-xr-xfilter/source/config/tools/merge/pyAltFCFGMerge2
-rw-r--r--framework/source/dispatch/loaddispatcher.cxx6
4 files changed, 6 insertions, 6 deletions
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