[Libreoffice-commits] core.git: include/osl

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Feb 5 10:22:50 UTC 2020


 include/osl/profile.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 27dab8928cba95718103ecc39bb26f75e9b5c725
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Feb 5 10:33:36 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Feb 5 11:22:16 2020 +0100

    Fix typo
    
    Change-Id: I1a241b6d84d4129f94cf19ba764b3a40ec2a7887
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88000
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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          */


More information about the Libreoffice-commits mailing list