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/bytearrayobject.c b/Objects/bytearrayobject.c index 1442c72..75a8eef 100644 --- a/Objects/bytearrayobject.c +++ b/Objects/bytearrayobject.c
@@ -947,7 +947,7 @@ PyObject_IsInstance(other, (PyObject*)&PyUnicode_Type)) { if (Py_BytesWarningFlag && op == Py_EQ) { if (PyErr_WarnEx(PyExc_BytesWarning, - "Comparsion between bytearray and string", 1)) + "Comparison between bytearray and string", 1)) return NULL; }