about summary refs log tree commit diff
path: root/editor
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-02-03 20:10:14 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-02-03 20:10:14 +0000
commitec8683516ec55df4d0aa1543cec7bd81a1e2be42 (patch)
treecc89d97262dcd62804b142084f559042736b4c5b /editor
parentde262b7f60f4a6ac86dc30a578f7bd113437bfc2 (diff)
downloadnetpbm-mirror-ec8683516ec55df4d0aa1543cec7bd81a1e2be42.tar.gz
netpbm-mirror-ec8683516ec55df4d0aa1543cec7bd81a1e2be42.tar.xz
netpbm-mirror-ec8683516ec55df4d0aa1543cec7bd81a1e2be42.zip
Fix typo in comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3535 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'editor')
-rw-r--r--editor/pamscale.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/pamscale.c b/editor/pamscale.c
index e7b9fd5a..d8436689 100644
--- a/editor/pamscale.c
+++ b/editor/pamscale.c
@@ -47,7 +47,7 @@
 ** (sinc, bessel) are IIR (infinite impulse respone).
 ** They should be windowed with hanning, hamming, blackman or
 ** kaiser window.
-** For sinc and bessel the blackman window will be used per default.
+** For sinc and bessel the blackman window will be used by default.
 */
 
 #define EPSILON 1e-7
@@ -70,7 +70,7 @@ pow3(double const x) {
 
 
 /* box, pulse, Fourier window, */
-/* box function also know as rectangle function */
+/* box function also known as rectangle function */
 /* 1st order (constant) b-spline */
 
 #define radius_point (0.0)