about summary refs log tree commit diff
path: root/editor/pnmstitch.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-05-15 20:57:40 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-05-15 20:57:40 +0000
commitdd8aaea0561a2f1fa3d2818185900e92d17e4720 (patch)
treef8a99b948a839c72597691d7b4b3d7da6f1f2aef /editor/pnmstitch.c
parente32f24ba2ff5d34491a699956a97bf76698d2894 (diff)
downloadnetpbm-mirror-dd8aaea0561a2f1fa3d2818185900e92d17e4720.tar.gz
netpbm-mirror-dd8aaea0561a2f1fa3d2818185900e92d17e4720.tar.xz
netpbm-mirror-dd8aaea0561a2f1fa3d2818185900e92d17e4720.zip
Fix grammar in comments
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3810 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'editor/pnmstitch.c')
-rw-r--r--editor/pnmstitch.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/editor/pnmstitch.c b/editor/pnmstitch.c
index 4c4c708a..b27445b0 100644
--- a/editor/pnmstitch.c
+++ b/editor/pnmstitch.c
@@ -1322,10 +1322,10 @@ Output OutputMethods[] = {
 /* Stitcher Methods */
 
 /* These names are for the 8 parameters of a stitch, in any of the 3
-   methods this program presently implements.  Each is a subscript in
+   methods this program currently implements.  Each is a subscript in
    the parms[] array for the Stitcher object that represents a linear
-   stitching method.  
-   
+   stitching method.
+
    There are also other sets of names for the 8 parameters, such as
    Rotate_a.  I don't know why.  Maybe historical.
 */