summary refs log tree commit diff
path: root/pgmmedian.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-04-02 05:55:04 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-04-02 05:55:04 +0000
commit7c38699651491c48b5d91fd93346df11ae8a35f6 (patch)
tree99051327beb4b1d809f0732a18bd4410e13a545c /pgmmedian.html
parenta65c74ac9a9cdf6a0e40d7461221ec47d83aedaa (diff)
downloadnetpbm-mirror-7c38699651491c48b5d91fd93346df11ae8a35f6.tar.gz
netpbm-mirror-7c38699651491c48b5d91fd93346df11ae8a35f6.tar.xz
netpbm-mirror-7c38699651491c48b5d91fd93346df11ae8a35f6.zip
"miscellaneous update"
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@611 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pgmmedian.html')
-rw-r--r--pgmmedian.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgmmedian.html b/pgmmedian.html
index 8a2a1a1f..0b3e4513 100644
--- a/pgmmedian.html
+++ b/pgmmedian.html
@@ -35,7 +35,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>pgmmedian</b> applies a median filter to a PGM image, using either
-the histogram sort of select kth value method to determine the median.
+the histogram sort or select kth value method to determine the median.
 
 <p>See the <b>-type</b> and <b>-cutoff</b> options for information on
 how <b>pgmmedian</b> chooses between the two methods.