about summary refs log tree commit diff
path: root/pgm.html
diff options
context:
space:
mode:
Diffstat (limited to 'pgm.html')
-rw-r--r--pgm.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgm.html b/pgm.html
index d75c9ef3..601d08e3 100644
--- a/pgm.html
+++ b/pgm.html
@@ -153,7 +153,7 @@ P2
 accepting anything that looks remotely like a PGM.
 
 <p>All characters referred to herein are encoded in ASCII.
-&quot;newline&quot; refers the the character known in ASCII as Line
+&quot;newline&quot; refers to the character known in ASCII as Line
 Feed or LF.  A &quot;white space&quot; character is space, CR, LF,
 TAB, VT, or FF (I.e. what the ANSI standard C isspace() function
 calls white space).