diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-12-11 09:31:47 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-11 14:10:21 +0100 |
commit | a8c458cc4a731facb3f5b9988e31c74f9292ec5e (patch) | |
tree | 02a2c466a9d81f38abfa58ee8d237747b3c6d18e /sal | |
parent | 5ce761d8f8ff2041fab11a652bfa9655dbe19f5b (diff) |
Fix typo
Change-Id: Idbcf73ea3034b62e283537e052c17a9fb3988a8b
Reviewed-on: https://gerrit.libreoffice.org/84918
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sal')
-rw-r--r-- | sal/textenc/unichars.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/textenc/unichars.cxx b/sal/textenc/unichars.cxx index ed1f9be22fce..165ebbeb78de 100644 --- a/sal/textenc/unichars.cxx +++ b/sal/textenc/unichars.cxx @@ -83,7 +83,7 @@ bool ImplIsZeroWidth(sal_uInt32 nUtf32) return nUtf32 == 0x200B // ZERO WIDTH SPACE || nUtf32 == 0x200C // ZERO WIDTH NON-JOINER || nUtf32 == 0x200D // ZERO WIDTH JOINER - || nUtf32 == 0xFEFF; // ZEOR WIDTH NO-BREAK SPACE + || nUtf32 == 0xFEFF; // ZERO WIDTH NO-BREAK SPACE } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |