summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-05-04 23:14:29 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-05-04 23:14:29 +0200
commitc19c942ccf1c40463c5730ad5507f53e40cedab1 (patch)
tree0cf4a68b1f80181f4414fb6d8e0a95f9291f17a3 /include/osl
parentd6c42a503fb4237d5aa86eece3bf1fc1fba87a4b (diff)
Typo: depricated->deprecated
Change-Id: I77fe282a9dcebde5ad7684aee4597fe4cfb07e11
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/process.h2
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 );