about summary refs log tree commit diff
path: root/other
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 /other
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 'other')
-rw-r--r--other/pamfix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/pamfix.c b/other/pamfix.c
index e40f51f4..4f4eedfc 100644
--- a/other/pamfix.c
+++ b/other/pamfix.c
@@ -109,7 +109,7 @@ analyzeRaster(const struct pam * const pamP,
               bool               const verbose) {
 /*----------------------------------------------------------------------------
    Go through the raster at which the stream described by *tweakedPamP is
-   presently positioned and count how many rows can be successfully read
+   currently positioned and count how many rows can be successfully read
    (including validating the samples against pamP->maxval) and determine the
    highest sample value in those rows.