diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-02-05 10:33:38 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-02-05 11:22:47 +0100 |
commit | 1b2c0593236a934ad95192120674c962cf11e002 (patch) | |
tree | eab332efdddf0eb3ba6a2678768b1d3cb0d14abb /include/osl | |
parent | 27dab8928cba95718103ecc39bb26f75e9b5c725 (diff) |
Fix typo
Change-Id: Ia64904100110472464e9025b1e53ef65bd2416c8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88001
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.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osl/profile.hxx b/include/osl/profile.hxx index e369dce9ee1f..b62ea0628ca7 100644 --- a/include/osl/profile.hxx +++ b/include/osl/profile.hxx @@ -32,7 +32,7 @@ namespace osl { typedef oslProfileOption ProfileOption; const int Profile_DEFAULT = osl_Profile_DEFAULT; - const int Profile_SYSTEM = osl_Profile_SYSTEM; /* use system depended functinality */ + const int Profile_SYSTEM = osl_Profile_SYSTEM; /* use system depended functionality */ const int Profile_READLOCK = osl_Profile_READLOCK; /* lock file for reading */ const int Profile_WRITELOCK = osl_Profile_WRITELOCK; /* lock file for writing */ |