summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/system/SystemShellExecuteException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/system/SystemShellExecuteException.idl')
-rw-r--r--offapi/com/sun/star/system/SystemShellExecuteException.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/system/SystemShellExecuteException.idl b/offapi/com/sun/star/system/SystemShellExecuteException.idl
index f001a877e0ff..b38dac41f694 100644
--- a/offapi/com/sun/star/system/SystemShellExecuteException.idl
+++ b/offapi/com/sun/star/system/SystemShellExecuteException.idl
@@ -46,7 +46,7 @@ module com { module sun { module star { module system {
published exception SystemShellExecuteException: com::sun::star::uno::Exception
{
//=========================================================================
- /** A Posix conforming error code or -1 for unknown errors.
+ /** A POSIX conforming error code or -1 for unknown errors.
*/
long PosixError;
};