summaryrefslogtreecommitdiff
path: root/include/osl/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/process.h')
-rw-r--r--include/osl/process.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osl/process.h b/include/osl/process.h
index 78a937bacfe9..205e6da1692c 100644
--- a/include/osl/process.h
+++ b/include/osl/process.h
@@ -290,7 +290,7 @@ SAL_DLLPUBLIC oslProcess SAL_CALL osl_getProcess(
oslProcessIdentifier Ident);
-/** Free the specified proces-handle.
+/** Free the specified process-handle.
@param Process [in]
*/
SAL_DLLPUBLIC void SAL_CALL osl_freeProcessHandle(
@@ -426,7 +426,7 @@ SAL_DLLPUBLIC oslProcessError SAL_CALL osl_getProcessWorkingDir(
/** Get the locale the process is currently running in.
The unix implementation caches the value it returns, so if you have to change the locale
- your are running in, you will have to use osl_setProcessLocale therefor.
+ your are running in, you will have to use osl_setProcessLocale
@param ppLocale [out] a pointer that receives the currently selected locale structure
@see osl_setProcessLocale