From 72aae73d47ed9b41867d0264fe74e03d884cabf9 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Mon, 22 Feb 2010 18:38:23 +0000 Subject: [PATCH] Fix comment typo --- Modules/_cursesmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1