summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-02-05 10:33:36 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-02-05 11:22:16 +0100
commit27dab8928cba95718103ecc39bb26f75e9b5c725 (patch)
tree4ffc6e86c0fcc126e041471b49e0a46586d560ef /include/osl
parentbf0a9cdde1c5936b2664eab6d403aebfc77c9472 (diff)
Fix typo
Change-Id: I1a241b6d84d4129f94cf19ba764b3a40ec2a7887 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88000 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/profile.h2
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 */