From: Sophie Brun Date: Tue, 5 Nov 2019 09:39:14 +0000 (+0100) Subject: Fix spelling errors X-Git-Tag: archive/raspbian/5.15.8-2+rpi1^2^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d1b0d98eff55927881eb59787e8b215811b27844;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 33b7c9c..3b4039a 100644 --- a/sources/pyside2/libpyside/pysideproperty.cpp +++ b/sources/pyside2/libpyside/pysideproperty.cpp @@ -517,7 +517,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; }