From dd8aaea0561a2f1fa3d2818185900e92d17e4720 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Fri, 15 May 2020 20:57:40 +0000 Subject: Fix grammar in comments git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3810 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- editor/pnmstitch.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'editor/pnmstitch.c') 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. */ -- cgit 1.4.1