about summary refs log tree commit diff
path: root/pamtofits.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-05-29 01:37:32 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-05-29 01:37:32 +0000
commit292088fcf501157e64383c6466e2ac951bd3025b (patch)
tree536d376f6228981bea04d225e59d82a293891e4b /pamtofits.html
parent76b256624b1379469476b8b1ec9974a9dd645711 (diff)
downloadnetpbm-mirror-292088fcf501157e64383c6466e2ac951bd3025b.tar.gz
netpbm-mirror-292088fcf501157e64383c6466e2ac951bd3025b.tar.xz
netpbm-mirror-292088fcf501157e64383c6466e2ac951bd3025b.zip
Remove duplicate words
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@1915 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pamtofits.html')
-rw-r--r--pamtofits.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pamtofits.html b/pamtofits.html
index 445b326f..0ecc8064 100644
--- a/pamtofits.html
+++ b/pamtofits.html
@@ -54,7 +54,7 @@ approximation.
 <h3 id="pixelorder">Pixel Order</h3>
 
 <p>The FITS specification does not specify which data in the file corresponds
-to which pixel in the image (i.e. which bytes are the the top left pixel,
+to which pixel in the image (i.e. which bytes are the top left pixel,
 etc.).  Netpbm uses the common sense, most popular arrangement: row major, top
 to bottom, left to right.  That means in a 10 wide by 20 high image, the first
 10 pixels in the file are the top row and the last 10 are the bottom row.