Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan git-svn-id: svn://10.0.0.236/trunk@185269 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -122,7 +122,7 @@ static PyObject *DoPyRead_Size(nsIInputStream *pI, PRUint32 n)
|
||||
return NULL;
|
||||
}
|
||||
if (buf_len != nread) {
|
||||
PyErr_SetString(PyExc_RuntimeError, "New buffer isnt the size we create it!");
|
||||
PyErr_SetString(PyExc_RuntimeError, "New buffer isn't the size we created it!");
|
||||
return NULL;
|
||||
}
|
||||
memcpy(ob_buf, buf, nread);
|
||||
|
||||
Reference in New Issue
Block a user