about summary refs log tree commit diff
path: root/lib/libpbmfont1.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-12-30 05:05:58 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-12-30 05:05:58 +0000
commit4b896dbdd5d76d1457f67b04c0903d4210cea874 (patch)
tree29ee6394de1647061d56bbe710d9a88478e58410 /lib/libpbmfont1.c
parentef169d7bad450fd906e843169278c693730a8b2b (diff)
downloadnetpbm-mirror-4b896dbdd5d76d1457f67b04c0903d4210cea874.tar.gz
netpbm-mirror-4b896dbdd5d76d1457f67b04c0903d4210cea874.tar.xz
netpbm-mirror-4b896dbdd5d76d1457f67b04c0903d4210cea874.zip
Fix typos in comments and messages, whitespace
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3728 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'lib/libpbmfont1.c')
-rw-r--r--lib/libpbmfont1.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpbmfont1.c b/lib/libpbmfont1.c
index 2d269da7..4189f150 100644
--- a/lib/libpbmfont1.c
+++ b/lib/libpbmfont1.c
@@ -189,8 +189,8 @@ pbm_dissectfont(const bit ** const fontsheet,
                 unsigned int const frows,
                 unsigned int const fcols) {
 /*----------------------------------------------------------------------------
-  Dissect PBM sheet font data, create a font structre,
-  load bitmap data into it.
+  Dissect PBM sheet font data, create a font structure, load bitmap data into
+  it.
 
   Return value is a pointer to the newly created font structure
 
@@ -205,7 +205,7 @@ pbm_dissectfont(const bit ** const fontsheet,
   just a matter of filling in all the coordinates.
 
   Struct font has fields 'oldfont', 'fcols', 'frows' for backward
-  compability.  If there is any need to load data stored in this format
+  compatibility.  If there is any need to load data stored in this format
   feed the above three, in order, as arguments to this function:
 
     pbm_dissectfont(oldfont, fcols, frows);