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/pnmcrop.c | 4 ++-- editor/pnmstitch.c | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'editor') diff --git a/editor/pnmcrop.c b/editor/pnmcrop.c index 5e74190f..f07340eb 100644 --- a/editor/pnmcrop.c +++ b/editor/pnmcrop.c @@ -1264,9 +1264,9 @@ cropOneImage(struct CmdlineInfo const cmdline, FILE * const bdfP, FILE * const ofP) { /*---------------------------------------------------------------------------- - Crop the image to which the stream *ifP is presently positioned + Crop the image to which the stream *ifP is currently positioned and write the results to *ofP. If bdfP is non-null, use the image - to which stream *bdfP is presently positioned as the borderfile + to which stream *bdfP is currently positioned as the borderfile (the file that tells us where the existing borders are in the input image). Leave *ifP and *bdfP positioned after the image. 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