summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-24 16:39:12 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-24 21:03:32 +0100
commit34fe67be47ae1e78117a0df441627b2b113b2c06 (patch)
tree58387908acb1f65e077fdf052b3a7a91e9dbcdbd /include/osl
parent412d66c05fda48aeb820a035eee3fd1680a1b7ff (diff)
Fix typos
Change-Id: I359c5aff8c90359783588d189de4e5b94224fa9c Reviewed-on: https://gerrit.libreoffice.org/48232 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
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 f3aa86d2f6dc..772db9abc7c5 100644
--- a/include/osl/process.h
+++ b/include/osl/process.h
@@ -62,7 +62,7 @@ typedef sal_uInt32 oslProcessExitCode;
typedef enum {
osl_Process_E_None, /* no error */
osl_Process_E_NotFound, /* image not found */
- osl_Process_E_TimedOut, /* timout occurred */
+ osl_Process_E_TimedOut, /* timeout occurred */
osl_Process_E_NoPermission, /* permission denied */
osl_Process_E_Unknown, /* unknown error */
osl_Process_E_InvalidError, /* unmapped error */