diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-05-04 23:14:29 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-05-04 23:14:29 +0200 |
commit | c19c942ccf1c40463c5730ad5507f53e40cedab1 (patch) | |
tree | 0cf4a68b1f80181f4414fb6d8e0a95f9291f17a3 /include/osl | |
parent | d6c42a503fb4237d5aa86eece3bf1fc1fba87a4b (diff) |
Typo: depricated->deprecated
Change-Id: I77fe282a9dcebde5ad7684aee4597fe4cfb07e11
Diffstat (limited to 'include/osl')
-rw-r--r-- | include/osl/process.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osl/process.h b/include/osl/process.h index 44a580fec5d9..7d0960ee3f7f 100644 --- a/include/osl/process.h +++ b/include/osl/process.h @@ -368,7 +368,7 @@ SAL_DLLPUBLIC oslProcessError SAL_CALL osl_getCommandArg( /** Set the command-line arguments as passed to the main-function of this process. - Depricated: This function is only for internal use. Passing the args from main will + 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 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 ); |