[Libreoffice-commits] core.git: vcl/inc

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 24 15:06:59 UTC 2020


 vcl/inc/unx/XIM.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f32bddb56adf7a644f0f0fda2e51a0adc9ec88ed
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Aug 22 18:53:05 2020 +0200
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Aug 24 17:06:21 2020 +0200

    Fix typo in code
    
    Change-Id: I3a594969e35d6cf5a02e36cbb0493e7bb77f3e22
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101204
    Tested-by: Jenkins
    Tested-by: Caolán McNamara <caolanm at redhat.com>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/vcl/inc/unx/XIM.h b/vcl/inc/unx/XIM.h
index d2fcd9c0ea50..97379ed03c0b 100644
--- a/vcl/inc/unx/XIM.h
+++ b/vcl/inc/unx/XIM.h
@@ -104,7 +104,7 @@ typedef struct {
 
 /* XIC attributes for multilingual IM extension */
 
-#define XNUnicodeCharacterSubset "UnicodeChararcterSubset"
+#define XNUnicodeCharacterSubset "UnicodeCharacterSubset"
 
 #endif
 


More information about the Libreoffice-commits mailing list