freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype-demos][master] * src/ftmulti.c: Miscellaneous sp


From: Werner Lemberg (@wl)
Subject: [Git][freetype/freetype-demos][master] * src/ftmulti.c: Miscellaneous spelling and readability fixes.
Date: Sun, 13 Aug 2023 14:25:24 +0000

Werner Lemberg pushed to branch master at FreeType / FreeType Demo Programs

Commits:

  • 27fbf9a5
    by Hugh McMaster at 2023-08-13T16:25:01+02:00
    * src/ftmulti.c: Miscellaneous spelling and readability fixes.
    
     * Update comments.
     * Fix a typo: dimentions -> dimensions.
    

1 changed file:

Changes:

  • src/ftmulti.c
    ... ... @@ -198,18 +198,18 @@
    198 198
     
    
    199 199
     
    
    200 200
           /*
    
    201
    -       * `ftmulti' is a diagnostic tool that should be able to handle
    
    202
    -       * pathological situations also; for this reason the looping code
    
    203
    -       * below is a bit more complicated in comparison to normal
    
    201
    +       * `ftmulti' is a diagnostic tool that should also be able to
    
    202
    +       * handle pathological situations; for this reason the looping
    
    203
    +       * code below is a bit more complicated in comparison to normal
    
    204 204
            * applications.
    
    205 205
            *
    
    206 206
            * In particular, the loop handles the following cases gracefully,
    
    207 207
            * avoiding grouping.
    
    208 208
            *
    
    209
    -       * . multiple non-hidden axes have the same tag
    
    209
    +       * . multiple non-hidden axes that have the same tag
    
    210 210
            *
    
    211
    -       * . multiple hidden axes have the same tag without a corresponding
    
    212
    -       *   non-hidden axis
    
    211
    +       * . multiple hidden axes that have the same tag without a
    
    212
    +       *   corresponding non-hidden axis.
    
    213 213
            */
    
    214 214
     
    
    215 215
           idx = -1;
    
    ... ... @@ -234,7 +234,7 @@
    234 234
             }
    
    235 235
             else
    
    236 236
             {
    
    237
    -          /* otherwise check whether we have already assigned this axis */
    
    237
    +          /* otherwise, check whether we have already assigned this axis */
    
    238 238
               for ( j = 0; j <= idx; j++ )
    
    239 239
                 if ( shown_axes[j] == i )
    
    240 240
                 {
    
    ... ... @@ -880,7 +880,7 @@
    880 880
           "  font         The font file(s) to display.\n"
    
    881 881
           "\n" );
    
    882 882
         fprintf( stderr,
    
    883
    -      "  -d WxH       Set window dimentions (default: %ux%u).\n",
    
    883
    +      "  -d WxH       Set window dimensions (default: %ux%u).\n",
    
    884 884
                  DIM_X, DIM_Y );
    
    885 885
         fprintf( stderr,
    
    886 886
           "  -e encoding  Specify encoding tag (default: no encoding).\n"
    


  • reply via email to

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