freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2-demos] master f83d3e6: Copy-paste typos.


From: Alexei Podtelezhnikov
Subject: [freetype2-demos] master f83d3e6: Copy-paste typos.
Date: Sat, 21 Nov 2015 19:31:41 +0000

branch: master
commit f83d3e6b2c7f8e142adb2c24a6a5a2aab1570e4c
Author: Alexei Podtelezhnikov <address@hidden>
Commit: Alexei Podtelezhnikov <address@hidden>

    Copy-paste typos.
    
    * src/ftstring.1: Updated.
    * src/ftstring.c: Updated.
---
 ChangeLog      |    7 +++++++
 src/ftstring.1 |    2 +-
 src/ftstring.c |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5aaf69d..3f506fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2015-11-21  Alexei Podtelezhnikov  <address@hidden>
+
+       Copy-paste typos.
+
+       * src/ftstring.1: Updated.
+       * src/ftstring.c: Updated.
+
 2015-11-19  Alexei Podtelezhnikov  <address@hidden>
 
        Cosmetic improvements.
diff --git a/src/ftstring.1 b/src/ftstring.1
index 192e014..b996e64 100644
--- a/src/ftstring.1
+++ b/src/ftstring.1
@@ -28,7 +28,7 @@ If resolution is 72dpi, this directly gives the ppem value 
(pixels per EM).
 .B font
 The font file(s) to display.
 For Type 1 font files,
-.B ftgrid
+.B ftstring
 also tries to attach the corresponding metrics file (with extension `.afm'
 or `.pfm').
 .
diff --git a/src/ftstring.c b/src/ftstring.c
index fef1585..e1cb8fd 100644
--- a/src/ftstring.c
+++ b/src/ftstring.c
@@ -478,7 +478,7 @@
       "            ppem value (pixels per EM).\n" );
     fprintf( stderr,
       "  font      The font file(s) to display.\n"
-      "            For Type 1 font files, ftview also tries to attach\n"
+      "            For Type 1 font files, ftstring also tries to attach\n"
       "            the corresponding metrics file (with extension\n"
       "            `.afm' or `.pfm').\n"
       "\n" );



reply via email to

[Prev in Thread] Current Thread [Next in Thread]