diff options
-rw-r--r-- | include/osl/profile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osl/profile.h b/include/osl/profile.h index dd5c3dfbe6bf..fc553d545228 100644 --- a/include/osl/profile.h +++ b/include/osl/profile.h @@ -33,7 +33,7 @@ extern "C" { typedef sal_uInt32 oslProfileOption; #define osl_Profile_DEFAULT 0x0000 -#define osl_Profile_SYSTEM 0x0001 /* use system depended functinality */ +#define osl_Profile_SYSTEM 0x0001 /* use system depended functionality */ #define osl_Profile_READLOCK 0x0002 /* lock file for reading */ #define osl_Profile_WRITELOCK 0x0004 /* lock file for writing */ #define osl_Profile_FLUSHWRITE 0x0010 /* writing only with flush */ |