diff options
Diffstat (limited to 'sip/qt/qmemarray.sip')
-rw-r--r-- | sip/qt/qmemarray.sip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/qt/qmemarray.sip b/sip/qt/qmemarray.sip index 04a174e..a73b524 100644 --- a/sip/qt/qmemarray.sip +++ b/sip/qt/qmemarray.sip @@ -124,7 +124,7 @@ template<TYPE> %End %ConvertToTypeCode - // Check the type if that is all that is retquired. + // Check the type if that is all that is required. if (sipIsErr == NULL) { if (!PyList_Check(sipPy)) |