summaryrefslogtreecommitdiff
path: root/lib/freetype/docs/design
diff options
context:
space:
mode:
authorDavid Coppa <dcoppa@cvs.openbsd.org>2017-06-24 13:58:56 +0000
committerDavid Coppa <dcoppa@cvs.openbsd.org>2017-06-24 13:58:56 +0000
commit43dda091b4df4e7fad70eee7ae73a8a59251e3b5 (patch)
tree4ffe9ba60c54ab85eebbd0a5d0c9d23581432460 /lib/freetype/docs/design
parentaf9a47d658b775f27c9d65ed389f1b13f54db1f1 (diff)
Update to freetype-doc-2.8
Diffstat (limited to 'lib/freetype/docs/design')
-rw-r--r--lib/freetype/docs/design/design-4.html2
-rw-r--r--lib/freetype/docs/design/design-5.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/freetype/docs/design/design-4.html b/lib/freetype/docs/design/design-4.html
index 6bdfbb56f..b9408492b 100644
--- a/lib/freetype/docs/design/design-4.html
+++ b/lib/freetype/docs/design/design-4.html
@@ -287,7 +287,7 @@
<tt>FT_Remove_Module()</tt>.</p>
</li>
<li>
- <p>Remember that face objects are owner by font drivers that are
+ <p>Remember that face objects are owned by font drivers that are
themselves modules owned by the library.</p>
</li>
</ul>
diff --git a/lib/freetype/docs/design/design-5.html b/lib/freetype/docs/design/design-5.html
index 80893b060..baad7d9b1 100644
--- a/lib/freetype/docs/design/design-5.html
+++ b/lib/freetype/docs/design/design-5.html
@@ -238,8 +238,8 @@
created and added to the library. Note by the way that the module isn't
returned directly by the call!</p>
- <p>Here the definition of <tt>FT_Module_Class</tt>, with some
- explanation. The following code is taken from
+ <p>Here is the definition of <tt>FT_Module_Class</tt>, with some
+ explanations. The following code is taken from
<tt>&lt;freetype/ftmodule.h&gt;</tt>:</p>
<font color="blue"><pre>