summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-09 22:55:28 +0100
committerAshod Nakashian <ashnakash@gmail.com>2016-01-10 14:17:20 +0000
commit64d624b65124ac02d8ee59b135593fd9d8eb9067 (patch)
tree772fc0f308549b9416fbcb06bce2bf0e0f5809cc /include/osl
parentd61c16966b017abdbebf5ec0c2131de5a91c67f8 (diff)
Fix typos
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/detail/component-mapping.h2
-rw-r--r--include/osl/process.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/include/osl/detail/component-mapping.h b/include/osl/detail/component-mapping.h
index ce82083bf1e3..4d4264180476 100644
--- a/include/osl/detail/component-mapping.h
+++ b/include/osl/detail/component-mapping.h
@@ -18,7 +18,7 @@ extern "C" {
/* On iOS and perhaps Android static linking of the LO code into one
* executable (on Android, into one shared library) is used. In order to get
- * the needed UNO coponent linked in, the "main" code for an app needs to
+ * the needed UNO component linked in, the "main" code for an app needs to
* implement the lo_get_libmap() function to map UNO component library names
* as produced in a build for iOS (like configmgr.uno.a or libsclo.a) to the
* corresponding component_getFactory functions.
diff --git a/include/osl/process.h b/include/osl/process.h
index 8f25344e6c9a..517e2eb79ef2 100644
--- a/include/osl/process.h
+++ b/include/osl/process.h
@@ -285,7 +285,7 @@ SAL_DLLPUBLIC void SAL_CALL osl_freeProcessHandle(
oslProcess Process);
-/** Wait for completation of the specified childprocess.
+/** Wait for completion of the specified childprocess.
@param Process [in]
@return ols_Process_E_None
@see osl_executeProcess
@@ -363,7 +363,7 @@ SAL_DLLPUBLIC oslProcessError SAL_CALL osl_getCommandArg(
/** Set the command-line arguments as passed to the main-function of this process.
Deprecated: This function is only for internal use. Passing the args from main will
- only work for Unix, on Windows there's no effect, the full command line will automtically
+ only work for Unix, on Windows there's no effect, the full command line will automatically
be taken. This is due to Windows 9x/ME limitation that don't allow UTF-16 wmain to provide
a osl_setCommandArgsU( int argc, sal_Unicode **argv );