fix typos
diff --git a/doc/html/documentation.html b/doc/html/documentation.html
index d2c2c6d..fdad1e2 100644
--- a/doc/html/documentation.html
+++ b/doc/html/documentation.html
@@ -497,7 +497,7 @@
 				<TT>--cue=[#.#][-[#.#]]</TT>
 			</TD>
 			<TD>
-				Set the beginning and ending cuepoints to decode.  The optional first <TT>#.#</TT> is the track and index point at which decoding will start; the default is the beginning of the stream.  The optional second <TT>#.#</TT> is the track and index point at which decoding will end; the default is the end of the stream.  If the seekpoint does not exist, the closest one before it (for the start point) or after it (for the end point) will be used.  If those don't exist, the start of the stream (for the start point) or end of the stream (for the end point) will be used.  The cuepoints are merely translated into sample numbers then used as --skip and --until.<P>
+				Set the beginning and ending cuepoints to decode.  The optional first <TT>#.#</TT> is the track and index point at which decoding will start; the default is the beginning of the stream.  The optional second <TT>#.#</TT> is the track and index point at which decoding will end; the default is the end of the stream.  If the cuepoint does not exist, the closest one before it (for the start point) or after it (for the end point) will be used.  If those don't exist, the start of the stream (for the start point) or end of the stream (for the end point) will be used.  The cuepoints are merely translated into sample numbers then used as --skip and --until.<P>
 				Examples:<P>
 				<TT>--cue=-</TT> : decode the entire stream<P>
 				<TT>--cue=4.1</TT> : decode from track 4, index 1 to the end of the stream<P>