From 64d624b65124ac02d8ee59b135593fd9d8eb9067 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 9 Jan 2016 22:55:28 +0100 Subject: Fix typos Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins Reviewed-by: Ashod Nakashian --- include/osl/detail/component-mapping.h | 2 +- include/osl/process.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'include/osl') 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 ); -- cgit