summary refs log tree commit diff
path: root/pnmsmooth.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-12-16 18:47:13 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-12-16 18:47:13 +0000
commit3179b1780ba30713190e78af01f9c5d6ee1656c8 (patch)
treef987f7f6eb85853b1925c97a36620ec1509a9f1e /pnmsmooth.html
parenta389ddc05a66c41cf88bb95387a81607effdfdaf (diff)
downloadnetpbm-mirror-3179b1780ba30713190e78af01f9c5d6ee1656c8.tar.gz
netpbm-mirror-3179b1780ba30713190e78af01f9c5d6ee1656c8.tar.xz
netpbm-mirror-3179b1780ba30713190e78af01f9c5d6ee1656c8.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@4803 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pnmsmooth.html')
-rw-r--r--pnmsmooth.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pnmsmooth.html b/pnmsmooth.html
index 567bfe11..76c2c2a7 100644
--- a/pnmsmooth.html
+++ b/pnmsmooth.html
@@ -24,7 +24,7 @@ space in place of the equals sign to separate an option name from its value.
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
 <p><b>pnmsmooth</b> smoothes out an image by replacing each pixel with the
-average of its width X height neighbors.  It is implemented as a progam that
+average of its width X height neighbors.  It is implemented as a program that
 invokes <b>pnmconvol</b> with an appropriate convolution matrix.
 
 <h2 id="options">OPTIONS</h2>