about summary refs log tree commit diff
path: root/editor
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-11-01 03:41:27 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-11-01 03:41:27 +0000
commit9491b92c5b479b4941b9fa86302aa668c596a5a9 (patch)
tree91932d6206d6a35409a385394bb0276196f86a51 /editor
parent9507b1267ab8c894642b6372b7b8204eeec599e2 (diff)
downloadnetpbm-mirror-9491b92c5b479b4941b9fa86302aa668c596a5a9.tar.gz
netpbm-mirror-9491b92c5b479b4941b9fa86302aa668c596a5a9.tar.xz
netpbm-mirror-9491b92c5b479b4941b9fa86302aa668c596a5a9.zip
Fix typo in comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@446 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'editor')
-rw-r--r--editor/pamflip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/pamflip.c b/editor/pamflip.c
index 0c2aabb4..94e6056c 100644
--- a/editor/pamflip.c
+++ b/editor/pamflip.c
@@ -25,7 +25,7 @@
    functions apply, it is capable of handling all cases.  (Only that it
    is slow, and uses more memory.)  In the same manner, transformPbm() is
    capable of handling all pbm transformations and transformRowByRowNonPbm()
-   transformRowsBottomTomNonPbm() are capable of handling pbm.
+   transformRowsBottomTopNonPbm() are capable of handling pbm.
 
 
    There is some fancy virtual memory management in transformGen() to avoid