Fix spelling errors
authorSophie Brun <sophie@freexian.com>
Tue, 5 Nov 2019 09:39:14 +0000 (10:39 +0100)
committerGraham Inggs <ginggs@debian.org>
Sat, 25 Jan 2025 16:33:38 +0000 (16:33 +0000)
Last-Update: 2018-07-12

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

sources/pyside2/libpyside/pysideproperty.cpp

index 0d0957f551356223e5e12eeff9723045e21a5f09..86909d3bc25b3e4101c0bf2aa2354bdef4d2880a 100644 (file)
@@ -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;
 }