Fix spelling mistakes.  Bugfix candidates.
diff --git a/Objects/rangeobject.c b/Objects/rangeobject.c
index 5095e52..da791fa 100644
--- a/Objects/rangeobject.c
+++ b/Objects/rangeobject.c
@@ -190,7 +190,7 @@
 {
 
         if (PyErr_Warn(PyExc_DeprecationWarning,
-        	       "xrange object comparision is deprecated; "
+        	       "xrange object comparison is deprecated; "
         	       "convert to list instead") < 0)
         	return -1;