about summary refs log tree commit diff
path: root/pamtofits.html
diff options
context:
space:
mode:
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.