summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Hasitzka <armin@hasitzka.com>2019-06-25 14:14:28 +0200
committerWerner Lemberg <wl@gnu.org>2019-06-25 14:14:28 +0200
commitac5343d1ff9c24a61da04a09632ee6b30a00da9c (patch)
tree2adc2461b2794c5e9535937be906eb37254f2487
parentcde7d006925f0a0f3f52dfa4337b0a0165213eea (diff)
Typo.
-rw-r--r--freetype2/docs/design/design-4.html2
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&nbsp;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>