summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-11-10 13:30:41 +0200
committerNoel Grandin <noel@peralex.com>2014-11-10 13:36:03 +0200
commitcd3204559cee4eb0ef2eafdb4d5d7e3abf458cf4 (patch)
tree199c45d8518ba5c268548fa4ba17c99d2f50c2b5 /sal
parent71a9c492b8ac7d9f33a92327d43efcb0e4617243 (diff)
fix spelling implemenation -> implementation
Change-Id: I5ac499df1f4063a80a5d41f60778106a7b96940d
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/process.cxx2
-rw-r--r--sal/rtl/alloc_global.cxx6
2 files changed, 4 insertions, 4 deletions
diff --git a/sal/osl/unx/process.cxx b/sal/osl/unx/process.cxx
index a59c19fb67cb..e97320270583 100644
--- a/sal/osl/unx/process.cxx
+++ b/sal/osl/unx/process.cxx
@@ -91,7 +91,7 @@ static oslMutex ChildListMutex;
Deprecated
Old and buggy implementation of osl_searchPath used only by
osl_psz_executeProcess.
- A new implemenation is in file_path_helper.cxx
+ A new implementation is in file_path_helper.cxx
*****************************************************************************/
static oslProcessError SAL_CALL osl_searchPath_impl(const sal_Char* pszName,
diff --git a/sal/rtl/alloc_global.cxx b/sal/rtl/alloc_global.cxx
index 0c02efddcbf4..d040f1515baa 100644
--- a/sal/rtl/alloc_global.cxx
+++ b/sal/rtl/alloc_global.cxx
@@ -88,7 +88,7 @@ static rtl_arena_type * gp_alloc_arena = 0;
/* ================================================================= *
*
- * custom allocator implemenation.
+ * custom allocator implementation.
*
* ================================================================= */
@@ -261,7 +261,7 @@ void rtl_memory_fini()
/* ================================================================= *
*
- * system allocator implemenation.
+ * system allocator implementation.
*
* ================================================================= */
@@ -356,7 +356,7 @@ void SAL_CALL rtl_freeMemory (void * p) SAL_THROW_EXTERN_C()
/* ================================================================= *
*
- * rtl_(allocate|free)ZeroMemory() implemenation.
+ * rtl_(allocate|free)ZeroMemory() implementation.
*
* ================================================================= */