diff options
author | Matthias Seidel <mseidel@apache.org> | 2017-02-26 11:02:25 +0000 |
---|---|---|
committer | Matthias Seidel <mseidel@apache.org> | 2017-02-26 11:02:25 +0000 |
commit | 10ed4af8c2574ce6ca79a8b97e203cf9197dd6f8 (patch) | |
tree | ba1142b3d9d9ea873e213eda47988fdaa0e1ce25 | |
parent | f7ce97f232160a0871fb6613517de339597f178f (diff) |
Fixed typos (documention->documentation)
Notes
Notes:
prefer: 624840542bb3943393c3a616254899789bb044b4
-rw-r--r-- | offapi/com/sun/star/accessibility/Accessible.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/uno/XInterface.idl | 2 | ||||
-rw-r--r-- | vcl/source/fontsubset/sft.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/accessibility/Accessible.idl b/offapi/com/sun/star/accessibility/Accessible.idl index d98cb1187caa..415c9ac31e1d 100644 --- a/offapi/com/sun/star/accessibility/Accessible.idl +++ b/offapi/com/sun/star/accessibility/Accessible.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module accessibility { actual information that is needed to make it accessible.</p> <p>Service <code>Accessible</code> is just a wrapper for the interface - <code>XAccessible</code>. See the interface's documention for more + <code>XAccessible</code>. See the interface's documentation for more information.</p> @see XAccessible diff --git a/udkapi/com/sun/star/uno/XInterface.idl b/udkapi/com/sun/star/uno/XInterface.idl index ee7f142f6fa0..e7350d970238 100644 --- a/udkapi/com/sun/star/uno/XInterface.idl +++ b/udkapi/com/sun/star/uno/XInterface.idl @@ -44,7 +44,7 @@ <p> Deriving from this interface is mandatory for all UNO interfaces. <p> Each language binding (Java, C++, StarBasic, Python, ... ) may provide a different mapping of this interface, please look into the language - dependent documention. + dependent documentation. <p> The UNO object does not export the state of the reference count (acquire() and release() do not have return values). In general, also the UNO object itself 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); |