Fix typo: occured → occurred

This commit is contained in:
Jon Dufresne 2020-04-04 08:17:00 -07:00 committed by Daniele Varrazzo
parent 62743c3be1
commit fbba461052

View File

@ -318,7 +318,7 @@ _psyco_curs_merge_query_args(cursorObject *self,
{ {
PyObject *fquery; PyObject *fquery;
/* if PyString_Format() return NULL an error occured: if the error is /* if PyString_Format() return NULL an error occurred: if the error is
a TypeError we need to check the exception.args[0] string for the a TypeError we need to check the exception.args[0] string for the
values: values: