Typo fix
diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c
index b4031db..775598c 100644
--- a/Modules/_tkinter.c
+++ b/Modules/_tkinter.c
@@ -2703,7 +2703,7 @@
 
 	if (!self && Py_Py3kWarningFlag) {
 		if (PyErr_Warn(PyExc_DeprecationWarning,
-					"_tkinter.createfilehandler is gone in 3.x") < 0)
+					"_tkinter.quit is gone in 3.x") < 0)
 			return NULL;
 	}