summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/python/pyxattr_native.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/ntvfs/posix/python/pyxattr_native.c')
-rw-r--r--source4/ntvfs/posix/python/pyxattr_native.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/python/pyxattr_native.c b/source4/ntvfs/posix/python/pyxattr_native.c
index 4f610a01f5f..6ddfe080921 100644
--- a/source4/ntvfs/posix/python/pyxattr_native.c
+++ b/source4/ntvfs/posix/python/pyxattr_native.c
@@ -98,7 +98,7 @@ static PyObject *py_wrap_getxattr(PyObject *self, PyObject *args)
static PyMethodDef py_xattr_methods[] = {
{ "wrap_getxattr", (PyCFunction)py_wrap_getxattr, METH_VARARGS,
"wrap_getxattr(filename,attribute) -> blob\n"
- "Retreive given attribute on the given file." },
+ "Retrieve given attribute on the given file." },
{ "wrap_setxattr", (PyCFunction)py_wrap_setxattr, METH_VARARGS,
"wrap_setxattr(filename,attribute,value)\n"
"Set the given attribute to the given value on the given file." },