about summary refs log tree commit diff
path: root/libpbm.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-10-12 02:59:18 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-10-12 02:59:18 +0000
commit488bb8b4c81445f31e7b06fd73b07dcad3f99415 (patch)
treec5598e7233ab94f1cf68bce98c9b896541e67333 /libpbm.html
parent2ef4142ee04a3ebd5bf42b4837d7040c9431e03d (diff)
downloadnetpbm-mirror-488bb8b4c81445f31e7b06fd73b07dcad3f99415.tar.gz
netpbm-mirror-488bb8b4c81445f31e7b06fd73b07dcad3f99415.tar.xz
netpbm-mirror-488bb8b4c81445f31e7b06fd73b07dcad3f99415.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@1585 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'libpbm.html')
-rw-r--r--libpbm.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpbm.html b/libpbm.html
index 2243c9cf..01c3d904 100644
--- a/libpbm.html
+++ b/libpbm.html
@@ -168,7 +168,7 @@ into them.  The pixels are in order from left to right across the row
 and from the beginning of the array to the end.  Within a byte, the
 bits are in order from the most significant bit to the least
 significant bit.  If the number of pixels in the row is not a multiple
-of 8, the last byte returned is padded on the least signficant bit
+of 8, the last byte returned is padded on the least significant bit
 side with undefined bits.  White is represented by a <B>PBM_WHITE</B>
 bit; black by <B>PBM_BLACK</B>.