summaryrefslogtreecommitdiff
path: root/vcl/source/fontsubset
diff options
context:
space:
mode:
authorMatthias Seidel <mseidel@apache.org>2017-02-26 11:02:25 +0000
committerMatthias Seidel <mseidel@apache.org>2017-02-26 11:02:25 +0000
commit10ed4af8c2574ce6ca79a8b97e203cf9197dd6f8 (patch)
treeba1142b3d9d9ea873e213eda47988fdaa0e1ce25 /vcl/source/fontsubset
parentf7ce97f232160a0871fb6613517de339597f178f (diff)
Fixed typos (documention->documentation)
Notes
Notes: prefer: 624840542bb3943393c3a616254899789bb044b4
Diffstat (limited to 'vcl/source/fontsubset')
-rw-r--r--vcl/source/fontsubset/sft.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/fontsubset/sft.cxx b/vcl/source/fontsubset/sft.cxx
index 141bd1e2bd18..12400c453744 100644
--- a/vcl/source/fontsubset/sft.cxx
+++ b/vcl/source/fontsubset/sft.cxx
@@ -1573,7 +1573,7 @@ static void KernGlyphsPrim2(TrueTypeFont *ttf, sal_uInt16 *glyphs, int nglyphs,
/* All fonts with MS kern table that I've seen so far contain just one kern subtable.
* MS kern documentation is very poor and I doubt that font developers will be using
* several subtables. I expect them to be using OpenType tables instead.
- * According to MS documention, format 2 subtables are not supported by Windows and OS/2.
+ * According to MS documentation, format 2 subtables are not supported by Windows and OS/2.
*/
if (ttf->nkern > 1) {
fprintf(stderr, "KernGlyphsPrim2: %d kern tables found.\n", ttf->nkern);