about summary refs log tree commit diff
path: root/editor
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
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')
-rw-r--r--editor/pnmcrop.c4
-rw-r--r--editor/pnmstitch.c6
2 files changed, 5 insertions, 5 deletions
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.
 */