freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype-demos][master] Typos.


From: Alexei Podtelezhnikov (@apodtele)
Subject: [Git][freetype/freetype-demos][master] Typos.
Date: Tue, 24 Jan 2023 14:00:18 +0000

Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType Demo Programs

Commits:

  • cd85fd9c
    by Alexei Podtelezhnikov at 2023-01-24T14:00:15+00:00
    Typos.

2 changed files:

Changes:

  • src/strbuf.h
    ... ... @@ -28,9 +28,9 @@ extern "C" {
    28 28
        * Usage is as follows.
    
    29 29
        *
    
    30 30
        *   1) Initialize instance with `strbuf_init'.
    
    31
    -   *   2) Use `strbuff_add' to append a string to the target buffer,
    
    32
    -   *      `strbuff_addc' to append a single character, and
    
    33
    -   *      `strbuff_format' to append a formatted string.
    
    31
    +   *   2) Use `strbuf_add' to append a string to the target buffer,
    
    32
    +   *      `strbuf_addc' to append a single character, and
    
    33
    +   *      `strbuf_format' to append a formatted string.
    
    34 34
        *   3) Call `strbuf_value' to retrieve the zero-terminated resulting
    
    35 35
        *      string.
    
    36 36
        */
    

  • src/ttdebug.c
    ... ... @@ -936,7 +936,7 @@
    936 936
     
    
    937 937
         /* 0x30 */
    
    938 938
         "Interpolate untouched points between touched ones in the y direction.",
    
    939
    -    "Interpolate untouched points between toucned ones in the x direction.",
    
    939
    +    "Interpolate untouched points between touched ones in the x direction.",
    
    940 940
         "Shift point P [FV] by distance (origin,current) [PV] of RP2 <L>:\n"
    
    941 941
           "  p (%s) -",
    
    942 942
         "Shift point P [FV] by distance (origin,current) [PV] of RP1 <L>:\n"
    


  • reply via email to

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