diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2011-10-03 00:04:00 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2011-10-03 00:04:00 +0000 |
commit | 9b17619742e42e7af1cafcd87febd1c543c355bf (patch) | |
tree | f7b1c9b2b803d587d6acffadab8ac5cfae75721a /editor/pamflip | |
parent | 13448a9ced3d4ad1582e81980decf78a727a078b (diff) | |
download | netpbm-mirror-9b17619742e42e7af1cafcd87febd1c543c355bf.tar.gz netpbm-mirror-9b17619742e42e7af1cafcd87febd1c543c355bf.tar.xz netpbm-mirror-9b17619742e42e7af1cafcd87febd1c543c355bf.zip |
typos in comments
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1582 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'editor/pamflip')
-rw-r--r-- | editor/pamflip/pamflip.c | 2 | ||||
-rw-r--r-- | editor/pamflip/pamflip_sse.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editor/pamflip/pamflip.c b/editor/pamflip/pamflip.c index 6cbe4edf..2f711184 100644 --- a/editor/pamflip/pamflip.c +++ b/editor/pamflip/pamflip.c @@ -12,7 +12,7 @@ /* transformNonPbmChunk() is the general transformation function. - It can tranform anything, albeit slowly and expensively. + It can transform anything, albeit slowly and expensively. The following are enhancements for specific cases: diff --git a/editor/pamflip/pamflip_sse.c b/editor/pamflip/pamflip_sse.c index f9a126d5..5a256f9d 100644 --- a/editor/pamflip/pamflip_sse.c +++ b/editor/pamflip/pamflip_sse.c @@ -4,7 +4,7 @@ This is part of the Pamflip program. It contains code that exploits the SSE facility of some CPUs. - This code was orginally written by Akira Urushibata ("Douso") in 2010 and is + This code was originally written by Akira Urushibata ("Douso") in 2010 and is contributed to the public domain by all authors. The author makes the following request (which is not a reservation of legal |