summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-06-13 09:12:34 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-06-13 09:13:52 +0200
commit3754474cdea72ebe7f09457ef82a5c3131d06b78 (patch)
treebc2ce16e15475dda27d89f61d8cb2b0558df27ed /sal
parentd56b125f6c6c18ac40712cefc3cec06530750e15 (diff)
Typos
Change-Id: I21c352a63d668c174eef212dbfbe6346c678ce4d
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/w32/conditn.c2
-rw-r--r--sal/qa/osl/module/osl_Module_DLL.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sal/osl/w32/conditn.c b/sal/osl/w32/conditn.c
index b86ad1a3f377..9947929fd7e4 100644
--- a/sal/osl/w32/conditn.c
+++ b/sal/osl/w32/conditn.c
@@ -91,7 +91,7 @@ oslConditionResult SAL_CALL osl_waitCondition(oslCondition Condition,
timeout = INFINITE;
/* It's necessary to process SendMessage calls to the current thread to give other threads
- access to COM objects instatiated in this thread */
+ access to COM objects instantiated in this thread */
while ( 1 )
{
diff --git a/sal/qa/osl/module/osl_Module_DLL.cxx b/sal/qa/osl/module/osl_Module_DLL.cxx
index 23e930e9b3dc..ef1a87c9a029 100644
--- a/sal/qa/osl/module/osl_Module_DLL.cxx
+++ b/sal/qa/osl/module/osl_Module_DLL.cxx
@@ -24,7 +24,7 @@
// This module contains no tests. It is loaded as a dynamic library by
// osl_Module.
-// But we instatiate a test plugin to fake the build process.
+// But we instantiate a test plugin to fake the build process.
CPPUNIT_PLUGIN_IMPLEMENT();
extern "C" SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL firstfunc( sal_Bool )