freetype-commit
[Top][All Lists]
Advanced

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

[freetype2-demos] master 27fbf9a: * src/ftmulti.c: Miscellaneous spellin


From: Werner Lemberg
Subject: [freetype2-demos] master 27fbf9a: * src/ftmulti.c: Miscellaneous spelling and readability fixes.
Date: Sun, 13 Aug 2023 10:26:04 -0400 (EDT)

branch: master
commit 27fbf9a5c2136e98b85b0c78306c35bd34346b03
Author: Hugh McMaster <hmc@debian.org>
Commit: Werner Lemberg <wl@gnu.org>

    * src/ftmulti.c: Miscellaneous spelling and readability fixes.
    
     * Update comments.
     * Fix a typo: dimentions -> dimensions.
---
 src/ftmulti.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/ftmulti.c b/src/ftmulti.c
index 544afa2..9da2d62 100644
--- a/src/ftmulti.c
+++ b/src/ftmulti.c
@@ -198,18 +198,18 @@
 
 
       /*
-       * `ftmulti' is a diagnostic tool that should be able to handle
-       * pathological situations also; for this reason the looping code
-       * below is a bit more complicated in comparison to normal
+       * `ftmulti' is a diagnostic tool that should also be able to
+       * handle pathological situations; for this reason the looping
+       * code below is a bit more complicated in comparison to normal
        * applications.
        *
        * In particular, the loop handles the following cases gracefully,
        * avoiding grouping.
        *
-       * . multiple non-hidden axes have the same tag
+       * . multiple non-hidden axes that have the same tag
        *
-       * . multiple hidden axes have the same tag without a corresponding
-       *   non-hidden axis
+       * . multiple hidden axes that have the same tag without a
+       *   corresponding non-hidden axis.
        */
 
       idx = -1;
@@ -234,7 +234,7 @@
         }
         else
         {
-          /* otherwise check whether we have already assigned this axis */
+          /* otherwise, check whether we have already assigned this axis */
           for ( j = 0; j <= idx; j++ )
             if ( shown_axes[j] == i )
             {
@@ -880,7 +880,7 @@
       "  font         The font file(s) to display.\n"
       "\n" );
     fprintf( stderr,
-      "  -d WxH       Set window dimentions (default: %ux%u).\n",
+      "  -d WxH       Set window dimensions (default: %ux%u).\n",
              DIM_X, DIM_Y );
     fprintf( stderr,
       "  -e encoding  Specify encoding tag (default: no encoding).\n"



reply via email to

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