[Libreoffice-commits] core.git: include/osl
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Feb 5 10:23:22 UTC 2020
include/osl/profile.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1b2c0593236a934ad95192120674c962cf11e002
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Feb 5 10:33:38 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Feb 5 11:22:47 2020 +0100
Fix typo
Change-Id: Ia64904100110472464e9025b1e53ef65bd2416c8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88001
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
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 */
More information about the Libreoffice-commits
mailing list