about summary refs log tree commit diff
path: root/converter/other/pamtosvg/fit.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-09-27 02:59:58 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-09-27 02:59:58 +0000
commit4b4b88014200757f6f7f8864c85138a56835c794 (patch)
treecea2a438b384f7a4fbf85aabb9fbd23093908d49 /converter/other/pamtosvg/fit.c
parentf04d41f61e5cf83835c6bc85122e65cfe2cf9857 (diff)
downloadnetpbm-mirror-4b4b88014200757f6f7f8864c85138a56835c794.tar.gz
netpbm-mirror-4b4b88014200757f6f7f8864c85138a56835c794.tar.xz
netpbm-mirror-4b4b88014200757f6f7f8864c85138a56835c794.zip
Rebase to 10.44.00
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@738 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/pamtosvg/fit.c')
-rw-r--r--converter/other/pamtosvg/fit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/pamtosvg/fit.c b/converter/other/pamtosvg/fit.c
index ab73e439..5ba7a2f6 100644
--- a/converter/other/pamtosvg/fit.c
+++ b/converter/other/pamtosvg/fit.c
@@ -292,7 +292,7 @@ remove_adjacent_corners(index_list_type *   const list,
    pixel. We need this for checking the adjacency of the last corner.
 
    We need to do this because the adjacent corners turn into
-   two-pixel-long curves, which can only be fit by straight lines.
+   two-pixel-long curves, which can be fit only by straight lines.
 -----------------------------------------------------------------------------*/
   unsigned int j;
   unsigned int last;