From: Andrew M. Kuchling Date: Wed, 1 Jun 2005 23:22:11 +0000 (+0000) Subject: [Bug #1123268] Fix typo X-Git-Tag: v2.5a0~1766 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79cf9d8e7f92b47d8ba575c7d63084cae6e44e33;p=thirdparty%2FPython%2Fcpython.git [Bug #1123268] Fix typo --- diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex index ad752872a919..d7fe79bd449d 100644 --- a/Doc/lib/libcurses.tex +++ b/Doc/lib/libcurses.tex @@ -161,7 +161,7 @@ The \function{filter()} routine, if used, must be called before calls, LINES is set to 1; the capabilities clear, cup, cud, cud1, cuu1, cuu, vpa are disabled; and the home string is set to the value of cr. The effect is that the cursor is confined to the current line, and so -are screen updates. This may be used for enabling cgaracter-at-a-time +are screen updates. This may be used for enabling character-at-a-time line editing without touching the rest of the screen. \end{funcdesc}