Fix spelling errors
authorSophie Brun <sophie@freexian.com>
Tue, 5 Nov 2019 09:39:14 +0000 (10:39 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 5 Feb 2022 15:09:17 +0000 (15:09 +0000)
Last-Update: 2018-07-12

Gbp-Pq: Name fix-spelling-errors.patch

sources/pyside2/libpyside/pysideproperty.cpp

index 97729d28c1d584f29a21814ab1b94dd1bc2032bb..3303ec07e58b543d091bf6018bf95b5dcc1eba6c 100644 (file)
@@ -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;
 }