freetype-commit
[Top][All Lists]
Advanced

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

[freetype2-demos] master f1d12d2: Typos.


From: Werner Lemberg
Subject: [freetype2-demos] master f1d12d2: Typos.
Date: Wed, 18 Jan 2023 10:02:11 -0500 (EST)

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

    Typos.
---
 ChangeLog.old  | 16 ++++++++--------
 README.meson   |  6 +++---
 man/ftlint.1   |  2 +-
 man/ftmulti.1  |  2 +-
 man/ftstring.1 |  2 +-
 src/ftdump.c   |  2 +-
 src/ttdebug.c  |  2 +-
 7 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/ChangeLog.old b/ChangeLog.old
index 63ee00c..9829c8b 100644
--- a/ChangeLog.old
+++ b/ChangeLog.old
@@ -67,7 +67,7 @@
        [ftlint] Improve error reporting.
 
        * src/ftlint.c (main): Decorate error messages.
-       (Error): Take a prefix message argumemt.
+       (Error): Take a prefix message argument.
 
 2021-06-20  Alexei Podtelezhnikov  <apodtele@gmail.com>
 
@@ -836,10 +836,10 @@
 
        [ftgrid] Implement reversible floating zoom.
 
-       The floating zoom is neccessary to display extremely large sizes
+       The floating zoom is necessary to display extremely large sizes
        after scaling them down, but it has to stay rounded to integers when
        displaying grids and bitmaps for small sizes. All this can be
-       achievied by truncating and bit-adjusting numbers in IEEE 754 format.
+       achieved by truncating and bit-adjusting numbers in IEEE 754 format.
        To make it portable too, we rely on C99 `frexpf' and `ldexpf'.
 
        * src/ftgid.c (status): Change type of `scale'.
@@ -1161,7 +1161,7 @@
        * graph/win32/grwin32.c (WM_RESIZE): New custom message.
        (gr_win32_surface_listen_event): Simplify and handle keystroke events
        and window resizing here.
-       (grWin32Surface): Remove no longer neccessary fields.
+       (grWin32Surface): Remove no longer necessary fields.
        (Message_Process): Handle WM_PAINT and post WN_RESIZE as needed.
 
 2020-05-26  Alexei Podtelezhnikov  <apodtele@gmail.com>
@@ -1174,7 +1174,7 @@
 
        * graph/grblit.c, graph/grdevice.c, graph/grdevice.h,
        graph/x11/grx11.c: s/unsigned long/size_t/
-       * graph/grobjs.h: Ditto and inclide <stdlib.h>
+       * graph/grobjs.h: Ditto and include <stdlib.h>
        * graph/grobjs.c (grAlloc): Ditto.
        (grNewBitmap): Handle zero height or width.
 
@@ -1187,7 +1187,7 @@
        [graph] Implement resizable GDI windows.
 
        * graph/win32/grwin32.c (gr_win32_surface_resize): Implement resizing.
-       (Nessage_Process): Add WM_SIZE handling.
+       (Message_Process): Add WM_SIZE handling.
        (gr_win32_surface_init): Change window style and streamline.
 
 2020-05-21  Alexei Podtelezhnikov  <apodtele@gmail.com>
@@ -1546,7 +1546,7 @@
        useful for batch processing without GUI.
 
        * graph/batch/grbatch.[hc]: New implenetation files.
-       * graph/batch/rules.mk: Makefile with unconditinal compilation.
+       * graph/batch/rules.mk: Makefile with unconditional compilation.
        * graph/grinit.c (GR_INIT_DEVICE_CHAIN): Add the driver at the tail.
 
 2019-06-05  Alexei Podtelezhnikov  <apodtele@gmail.com>
@@ -1568,7 +1568,7 @@
 
        * Makefile: Compile with appropriate <ftoption.h> so that
        FT_CONFIG_OPTION_USE_PNG status is inherited from the library build
-       and based on the libPNG avalability.
+       and based on the libPNG availability.
 
 2019-06-01  Alexei Podtelezhnikov  <apodtele@gmail.com>
 
diff --git a/README.meson b/README.meson
index f7d8af8..b32e56f 100644
--- a/README.meson
+++ b/README.meson
@@ -26,9 +26,9 @@ methods *before* running `meson setup`:
     your chosen URL and/or revision.
 
   - Alternatively,  create or  replace `subprojects/freetype2`  with a
-    symlink to or a copy of the FreeType2 source tree of your chosing.
+    symlink to or a copy of the FreeType source tree of your choosing.
 
-In case meson  cloned FreeType already, and new commits were added  to
+In case meson cloned FreeType already,  and new commits were added  to
 its git repository, say
 
   meson subprojects update
@@ -98,7 +98,7 @@ was *not* already installed under `/opt`, one could do
   rm -rf /opt/include/freetype2
 
 The `x86_64-linux-gnu` part  varies depending on the host  OS and used
-architecure.
+architecture.
 
 Note  that  by default  all  binaries  are  statically linked  to  the
 FreeType library, which is useful for debugging.  It also ensures that
diff --git a/man/ftlint.1 b/man/ftlint.1
index dac0b4b..01b23c6 100644
--- a/man/ftlint.1
+++ b/man/ftlint.1
@@ -19,7 +19,7 @@ ftlint \- simple font tester
 .B ftlint
 opens the given font(s), loads and renders glyphs at the given ppem value.
 For successfully rendered glyphs, it calculates the bitmap MD5 checksum
-for regression testing as well as horizonal (X) and vertical (Y) acutances
+for regression testing as well as horizontal (X) and vertical (Y) acutances
 for quality assessment.  The acutance is equal to 2.0 for monochrome bitmap
 fonts and approaches this value for hinted anti-aliased fonts.
 .
diff --git a/man/ftmulti.1 b/man/ftmulti.1
index b48651f..a9ba69b 100644
--- a/man/ftmulti.1
+++ b/man/ftmulti.1
@@ -1,4 +1,4 @@
-.TH FTMULTI 1 "May 2022" "Freetype 2.12.1"
+.TH FTMULTI 1 "May 2022" "FreeType 2.12.1"
 .
 .
 .SH NAME
diff --git a/man/ftstring.1 b/man/ftstring.1
index b03f303..1ded1a6 100644
--- a/man/ftstring.1
+++ b/man/ftstring.1
@@ -36,7 +36,7 @@ or `.pfm').
 .PP
 Besides the string,
 .B ftstring
-also displays two stress test pattens sensitive to rendering flaws, such as
+also displays two stress test patterns sensitive to rendering flaws, such as
 incorrect gamma settings.
 Alternative text-carpeting and waterfall views are also available.
 This program is part of the FreeType demos package.
diff --git a/src/ftdump.c b/src/ftdump.c
index abff215..2361289 100644
--- a/src/ftdump.c
+++ b/src/ftdump.c
@@ -107,7 +107,7 @@
     fprintf( stderr,
       "\n"
       "ftdump: simple font dumper -- part of the FreeType project\n"
-      "-----------------------------------------------------------\n"
+      "----------------------------------------------------------\n"
       "\n"
       "Usage: %s [options] fontname\n"
       "\n",
diff --git a/src/ttdebug.c b/src/ttdebug.c
index 2bab71a..747c94f 100644
--- a/src/ttdebug.c
+++ b/src/ttdebug.c
@@ -2290,7 +2290,7 @@
           printf( "\n" );
           break;
 
-        /* Toggle between decimal and hexadimal integer format */
+        /* Toggle between decimal and hexadecimal integer format */
         case 'I':
           use_hex = !use_hex;
           printf( "Use %s format for displaying integers.\n",



reply via email to

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