From: Sophie Brun Date: Tue, 5 Nov 2019 09:39:14 +0000 (+0100) Subject: Fix spelling errors X-Git-Tag: archive/raspbian/5.15.14-1+rpi1^2^2~21 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d3d8c050f77f495112c0bb41d120f368f3696af6;p=pyside2.git Fix spelling errors Last-Update: 2018-07-12 Gbp-Pq: Name fix-spelling-errors.patch --- diff --git a/sources/pyside2/libpyside/pysideproperty.cpp b/sources/pyside2/libpyside/pysideproperty.cpp index 0d0957f..86909d3 100644 --- a/sources/pyside2/libpyside/pysideproperty.cpp +++ b/sources/pyside2/libpyside/pysideproperty.cpp @@ -519,7 +519,7 @@ int setValue(PySideProperty *self, PyObject *source, PyObject *value) Shiboken::AutoDecRef result(PyObject_CallObject(fdel, args)); return (result.isNull() ? -1 : 0); } - PyErr_SetString(PyExc_AttributeError, "Attibute read only"); + PyErr_SetString(PyExc_AttributeError, "Attribute read only"); return -1; }