SF patch#786531 'the the' typo.  Contributed by George Yoshida
diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex
index a79e02c..296e887 100644
--- a/Doc/lib/libcurses.tex
+++ b/Doc/lib/libcurses.tex
@@ -337,7 +337,7 @@
 pad require 6 arguments to specify the part of the pad to be
 displayed and the location on the screen to be used for the display.
 The arguments are pminrow, pmincol, sminrow, smincol, smaxrow,
-smaxcol; the p arguments refer to the upper left corner of the the pad
+smaxcol; the p arguments refer to the upper left corner of the pad
 region to be displayed and the s arguments define a clipping box on
 the screen within which the pad region is to be displayed.
 \end{funcdesc}
@@ -790,7 +790,7 @@
 If \var{n} is zero or negative,
 the entire string is inserted.
 All characters to the right of
-the cursor are shifted right, with the the rightmost characters on the
+the cursor are shifted right, with the rightmost characters on the
 line being lost.  The cursor position does not change (after moving to
 \var{y}, \var{x}, if specified). 
 \end{methoddesc}
@@ -798,7 +798,7 @@
 \begin{methoddesc}[window]{insstr}{\optional{y, x, } str \optional{, attr}}
 Insert a character string (as many characters as will fit on the line)
 before the character under the cursor.  All characters to the right of
-the cursor are shifted right, with the the rightmost characters on the
+the cursor are shifted right, with the rightmost characters on the
 line being lost.  The cursor position does not change (after moving to
 \var{y}, \var{x}, if specified). 
 \end{methoddesc}