From: Sophie Brun Date: Tue, 5 Nov 2019 09:39:14 +0000 (+0100) Subject: Fix spelling errors X-Git-Tag: archive/raspbian/5.15.2-2.3+rpi1~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4819c847697da7ebdee6017c16cef2ca720ff857;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 97729d2..3303ec0 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; }