Fix typo
diff --git a/Doc/howto/curses.tex b/Doc/howto/curses.tex
index a6a0e0a..9264c0e 100644
--- a/Doc/howto/curses.tex
+++ b/Doc/howto/curses.tex
@@ -75,7 +75,7 @@
This HOWTO is simply an introduction to writing text-mode programs
with curses and Python. It doesn't attempt to be a complete guide to
-the curses API; for that, see the Python library guide's serction on
+the curses API; for that, see the Python library guide's section on
ncurses, and the C manual pages for ncurses. It will, however, give
you the basic ideas.