summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Modules/_elementtree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_elementtree.c b/Modules/_elementtree.c
index 843828d..40cc096 100644
--- a/Modules/_elementtree.c
+++ b/Modules/_elementtree.c
@@ -1797,7 +1797,7 @@ element_setattro(ElementObject* self, PyObject* nameobj, PyObject* value)
Py_INCREF(self->extra->attrib);
} else {
PyErr_SetString(PyExc_AttributeError,
- "Can't set arbitraty attributes on Element");
+ "Can't set arbitrary attributes on Element");
return -1;
}