commit | d234208588ed84e97d95df294f33e4426211682c | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Thu Jan 14 11:34:10 2010 +0000 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Thu Jan 14 11:34:10 2010 +0000 |
tree | 8720e2b6192509730c440a825ad069186377c169 | |
parent | 7a1b4352973ae572b0e296c2647937cbaa10e4ab [diff] [blame] |
Fixed typo
diff --git a/Objects/bytearrayobject.c b/Objects/bytearrayobject.c index 74cb1f1..308bd07 100644 --- a/Objects/bytearrayobject.c +++ b/Objects/bytearrayobject.c
@@ -1032,7 +1032,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; }