From: Andrew M. Kuchling Date: Mon, 22 Feb 2010 18:38:23 +0000 (+0000) Subject: Fix comment typo X-Git-Tag: v2.7a4~149 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72aae73d47ed9b41867d0264fe74e03d884cabf9;p=python Fix comment typo --- diff --git a/Modules/_cursesmodule.c b/Modules/_cursesmodule.c index 4ba2853d94..01f0de16e2 100644 --- a/Modules/_cursesmodule.c +++ b/Modules/_cursesmodule.c @@ -207,7 +207,7 @@ PyCurses_ConvertToChtype(PyObject *obj, chtype *ch) return 1; } -/* Function versions of the 3 functions for tested whether curses has been +/* Function versions of the 3 functions for testing whether curses has been initialised or not. */ static int func_PyCursesSetupTermCalled(void)