freetype-commit
[Top][All Lists]
Advanced

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

[freetype2-demos] master cd85fd9c: Typos.


From: Werner Lemberg
Subject: [freetype2-demos] master cd85fd9c: Typos.
Date: Tue, 24 Jan 2023 09:00:28 -0500 (EST)

branch: master
commit cd85fd9c5b743ae4026e7a07ef31112ba6edcb03
Author: Alexei Podtelezhnikov <apodtele@gmail.com>
Commit: Alexei Podtelezhnikov <apodtele@gmail.com>

    Typos.
---
 src/strbuf.h  | 6 +++---
 src/ttdebug.c | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/strbuf.h b/src/strbuf.h
index cdbd3153..939043ae 100644
--- a/src/strbuf.h
+++ b/src/strbuf.h
@@ -28,9 +28,9 @@ extern "C" {
    * Usage is as follows.
    *
    *   1) Initialize instance with `strbuf_init'.
-   *   2) Use `strbuff_add' to append a string to the target buffer,
-   *      `strbuff_addc' to append a single character, and
-   *      `strbuff_format' to append a formatted string.
+   *   2) Use `strbuf_add' to append a string to the target buffer,
+   *      `strbuf_addc' to append a single character, and
+   *      `strbuf_format' to append a formatted string.
    *   3) Call `strbuf_value' to retrieve the zero-terminated resulting
    *      string.
    */
diff --git a/src/ttdebug.c b/src/ttdebug.c
index 747c94f7..188a213a 100644
--- a/src/ttdebug.c
+++ b/src/ttdebug.c
@@ -936,7 +936,7 @@
 
     /* 0x30 */
     "Interpolate untouched points between touched ones in the y direction.",
-    "Interpolate untouched points between toucned ones in the x direction.",
+    "Interpolate untouched points between touched ones in the x direction.",
     "Shift point P [FV] by distance (origin,current) [PV] of RP2 <L>:\n"
       "  p (%s) -",
     "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]