projects
/
pyside2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f1c7cb
)
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>
Tue, 25 Jun 2024 20:47:03 +0000
(23:47 +0300)
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 0d0957f551356223e5e12eeff9723045e21a5f09..86909d3bc25b3e4101c0bf2aa2354bdef4d2880a 100644
(file)
--- a/
sources/pyside2/libpyside/pysideproperty.cpp
+++ b/
sources/pyside2/libpyside/pysideproperty.cpp
@@
-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, "Att
r
ibute read only");
return -1;
}