vcl/inc/unx/XIM.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f32bddb56adf7a644f0f0fda2e51a0adc9ec88ed Author: Andrea Gelmini <[email protected]> AuthorDate: Sat Aug 22 18:53:05 2020 +0200 Commit: Caolán McNamara <[email protected]> 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 <[email protected]> Reviewed-by: Julien Nabet <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
