about summary refs log tree commit diff
path: root/converter/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-12-27 22:29:52 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-12-27 22:29:52 +0000
commit5614bc99fb029a17135bafba8d256992941629d0 (patch)
treee33f7c547d7853a5bacae667a33d0c9419e30c2a /converter/other
parent0bc03b2236dda524db45c0cf5f90f31f8f65af28 (diff)
downloadnetpbm-mirror-5614bc99fb029a17135bafba8d256992941629d0.tar.gz
netpbm-mirror-5614bc99fb029a17135bafba8d256992941629d0.tar.xz
netpbm-mirror-5614bc99fb029a17135bafba8d256992941629d0.zip
Fix typo in comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@498 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other')
-rw-r--r--converter/other/bmptopnm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/bmptopnm.c b/converter/other/bmptopnm.c
index aaaf59c1..69f17bcc 100644
--- a/converter/other/bmptopnm.c
+++ b/converter/other/bmptopnm.c
@@ -19,7 +19,7 @@
 
  Note: From mid-2003 to mid-2007, this program would crash on any 16
  bit BMP without transparency and no one reported it.  Before that, it
- refused to even try to read a 16 bit BMP.  I conclude that esentially
+ refused to even try to read a 16 bit BMP.  I conclude that essentially
  nobody is using 16 bit BMP.
 
 *****************************************************************************/