diff options
author | Armin Hasitzka <armin@hasitzka.com> | 2019-06-25 14:14:28 +0200 |
---|---|---|
committer | Werner Lemberg <wl@gnu.org> | 2019-06-25 14:14:28 +0200 |
commit | ac5343d1ff9c24a61da04a09632ee6b30a00da9c (patch) | |
tree | 2adc2461b2794c5e9535937be906eb37254f2487 | |
parent | cde7d006925f0a0f3f52dfa4337b0a0165213eea (diff) |
Typo.
-rw-r--r-- | freetype2/docs/design/design-4.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freetype2/docs/design/design-4.html b/freetype2/docs/design/design-4.html index cd3742b..203bd96 100644 --- a/freetype2/docs/design/design-4.html +++ b/freetype2/docs/design/design-4.html @@ -132,7 +132,7 @@ always automatically creates a new stream object from the C pathname given as its second argument. This is achieved by calling the (internal) function - <tt>FT_New_Stream</tt> provided by the <tt>ftsystem</tt> + <tt>FT_Stream_Open</tt> provided by the <tt>ftsystem</tt> component. As the latter is replaceable, the implementation of streams may vary greatly between platforms.</p> |