diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2010-02-22 18:38:23 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2010-02-22 18:38:23 (GMT) |
commit | 72aae73d47ed9b41867d0264fe74e03d884cabf9 (patch) | |
tree | b1bc4c8938848656dc2ec0b15c6694c271be2d9d | |
parent | f32d4aceada4d220af21755ebfa6a81c389fbb9d (diff) | |
download | cpython-72aae73d47ed9b41867d0264fe74e03d884cabf9.zip cpython-72aae73d47ed9b41867d0264fe74e03d884cabf9.tar.gz cpython-72aae73d47ed9b41867d0264fe74e03d884cabf9.tar.bz2 |
Fix comment typo
-rw-r--r-- | Modules/_cursesmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_cursesmodule.c b/Modules/_cursesmodule.c index 4ba2853..01f0de1 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) |