commit | e5d68aceb529934e75d505bbfaf867e02493a1bc | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Jun 04 11:30:26 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Jun 04 11:30:26 2008 +0000 |
tree | 4b3704507702b98e0ce4107403a72093a5d6b9fc | |
parent | f342bfcbd4c5648507fca5504cedb295927bf5b5 [diff] [blame] |
Fix misspelling.
diff --git a/Objects/bytesobject.c b/Objects/bytesobject.c index b64178d..3f22e7c 100644 --- a/Objects/bytesobject.c +++ b/Objects/bytesobject.c
@@ -818,7 +818,7 @@ PyObject_IsInstance((PyObject*)b, (PyObject*)&PyUnicode_Type))) { if (PyErr_WarnEx(PyExc_BytesWarning, - "Comparsion between bytes and string", 1)) + "Comparison between bytes and string", 1)) return NULL; } result = Py_NotImplemented;