diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-12-20 16:39:24 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-12-20 16:39:24 +0100 |
commit | b63571f510793376a334d346974d4d0d73b9a0ff (patch) | |
tree | 73f5bfeadb67c697cf8474381e021b9e23beb863 /include/rtl | |
parent | dc08157dff6d997b4e5b19c9496ddf54727ba26f (diff) |
Typos
Change-Id: I3475be796cf2655d9b619b86c9686aeef4b97b82
Diffstat (limited to 'include/rtl')
-rw-r--r-- | include/rtl/process.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rtl/process.h b/include/rtl/process.h index bd55a3a87dce..d393b5cc651f 100644 --- a/include/rtl/process.h +++ b/include/rtl/process.h @@ -46,7 +46,7 @@ SAL_DLLPUBLIC void SAL_CALL rtl_getGlobalProcessId( sal_uInt8 *pTargetUUID ); /** Get the nArg-th command-line argument passed to the main-function of this process. - This functions differs from osl_getCommandArg() in filtering any bootstrap values + This function differs from osl_getCommandArg() in filtering any bootstrap values given by command args, that means that all arguments starting with "-env:" will be ignored by this function. @@ -60,7 +60,7 @@ SAL_DLLPUBLIC oslProcessError SAL_CALL rtl_getAppCommandArg(sal_uInt32 nArg, rtl /** Returns the number of command line arguments at process start. - This functions differs from osl_getCommandArg() in filtering any bootstrap values + This function differs from osl_getCommandArg() in filtering any bootstrap values given by command args, that means that all arguments starting with "-env:" will be ignored by this function. |