diff options
author | Andras Timar <andras.timar@collabora.com> | 2014-11-24 12:48:08 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2014-11-24 12:48:25 +0100 |
commit | 4730af6a2435dfe35f598f12a4b3884bba40c006 (patch) | |
tree | 5dd7771071ac7b02136a4ae860c2d006775e59f4 /vcl/source/fontsubset | |
parent | 31ef2b6396e2ebec10f84f21dfdee645690f5e62 (diff) |
typo: unknown
Change-Id: If89443c1668ca01c826c8fc353b20097c7da7bf4
Diffstat (limited to 'vcl/source/fontsubset')
-rw-r--r-- | vcl/source/fontsubset/ttcr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/fontsubset/ttcr.cxx b/vcl/source/fontsubset/ttcr.cxx index 272ad1c8cbb8..1f019cfb064b 100644 --- a/vcl/source/fontsubset/ttcr.cxx +++ b/vcl/source/fontsubset/ttcr.cxx @@ -1119,7 +1119,7 @@ int GetRawData(TrueTypeTable *_this, sal_uInt8 **ptr, sal_uInt32 *len, sal_uInt3 } } - assert(!"Unknwon TrueType table.\n"); + assert(!"Unknown TrueType table.\n"); return TTCR_UNKNOWN; } |