Kaydet (Commit) 10ed4af8 authored tarafından Matthias Seidel's avatar Matthias Seidel

Fixed typos (documention->documentation)

üst f7ce97f2
...@@ -35,7 +35,7 @@ module com { module sun { module star { module accessibility { ...@@ -35,7 +35,7 @@ module com { module sun { module star { module accessibility {
actual information that is needed to make it accessible.</p> actual information that is needed to make it accessible.</p>
<p>Service <code>Accessible</code> is just a wrapper for the interface <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> information.</p>
@see XAccessible @see XAccessible
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<p> Deriving from this interface is mandatory for all UNO interfaces. <p> Deriving from this interface is mandatory for all UNO interfaces.
<p> Each language binding (Java, C++, StarBasic, Python, ... ) may <p> Each language binding (Java, C++, StarBasic, Python, ... ) may
provide a different mapping of this interface, please look into the language 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 <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 release() do not have return values). In general, also the UNO object itself
......
...@@ -1573,7 +1573,7 @@ static void KernGlyphsPrim2(TrueTypeFont *ttf, sal_uInt16 *glyphs, int nglyphs, ...@@ -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. /* 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 * 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. * 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) { if (ttf->nkern > 1) {
fprintf(stderr, "KernGlyphsPrim2: %d kern tables found.\n", ttf->nkern); fprintf(stderr, "KernGlyphsPrim2: %d kern tables found.\n", ttf->nkern);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment