projects
/
pyside2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59dffc5
)
Fix spelling errors
author
Sophie Brun
<sophie@freexian.com>
Tue, 5 Nov 2019 09:39:14 +0000
(10:39 +0100)
committer
Dmitry Shachnev
<mitya57@debian.org>
Sat, 26 Dec 2020 08:39:45 +0000
(08:39 +0000)
Last-Update: 2018-07-12
Gbp-Pq: Name fix-spelling-errors.patch
sources/pyside2/libpyside/pysideproperty.cpp
patch
|
blob
|
history
diff --git
a/sources/pyside2/libpyside/pysideproperty.cpp
b/sources/pyside2/libpyside/pysideproperty.cpp
index 97729d28c1d584f29a21814ab1b94dd1bc2032bb..3303ec07e58b543d091bf6018bf95b5dcc1eba6c 100644
(file)
--- 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, "Att
r
ibute read only");
return -1;
}