]> granicus.if.org Git - python/commitdiff
Fix comment typo
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 22 Feb 2010 18:38:23 +0000 (18:38 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 22 Feb 2010 18:38:23 +0000 (18:38 +0000)
Modules/_cursesmodule.c

index 4ba2853d94f109e09fcee2595561f6230c68f3bc..01f0de16e27132751451a7f7882df21464a8132f 100644 (file)
@@ -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)