about summary refs log tree commit diff
path: root/lib/libppmd.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-06-28 22:04:00 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-06-28 22:04:00 +0000
commit04f0382f7f28e6456f23b150b60ce2b9fe7f0d98 (patch)
tree89241e451eef86014bc524db0a8630b3c033d5c8 /lib/libppmd.c
parent6f62629842614ba3cd807d9eaad722a7d7653969 (diff)
downloadnetpbm-mirror-04f0382f7f28e6456f23b150b60ce2b9fe7f0d98.tar.gz
netpbm-mirror-04f0382f7f28e6456f23b150b60ce2b9fe7f0d98.tar.xz
netpbm-mirror-04f0382f7f28e6456f23b150b60ce2b9fe7f0d98.zip
Add pnm_parsecolorn
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3007 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'lib/libppmd.c')
-rw-r--r--lib/libppmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libppmd.c b/lib/libppmd.c
index 02c34015..a94ff107 100644
--- a/lib/libppmd.c
+++ b/lib/libppmd.c
@@ -850,7 +850,7 @@ ppmd_spline4p(pixel **       const pixels,
 /*----------------------------------------------------------------------------
    Draw a cubic spline from 'endPt0' to 'endPt1', using 'ctlPt0' and
    'ctlPt1' as control points in the classic way: a line through
-   'endPt0' and 'ctlPt0' is tangent to the curve at 'entPt0' and the
+   'endPt0' and 'ctlPt0' is tangent to the curve at 'endPt0' and the
    length of that line controls "enthusiasm," whatever that is.
    Same for 'endPt1' and 'ctlPt1'.
 -----------------------------------------------------------------------------*/