From aff951c3594a4949b58ab47c2036ac79040a1071 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 29 Dec 2019 20:12:09 +0000 Subject: Fix typos in comments and messages, whitespace git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3726 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/libpbm3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libpbm3.c') diff --git a/lib/libpbm3.c b/lib/libpbm3.c index 0144abe2..456d3986 100644 --- a/lib/libpbm3.c +++ b/lib/libpbm3.c @@ -389,7 +389,7 @@ pbm_writepbmrow_bitoffset(FILE * const fileP, unsigned char * const window = &packedBits[offset/8]; /* Area of packed row buffer from which we take the image data. Aligned to nearest byte boundary to the left, so the first - few bits might be irrelvant. + few bits might be irrelevant. Also our work buffer, in which we shift bits and from which we ultimately write the bits to the file. -- cgit 1.4.1