diff options
Diffstat (limited to 'tests/utils/libcxattr.py')
-rw-r--r-- | tests/utils/libcxattr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils/libcxattr.py b/tests/utils/libcxattr.py index 4e6e6c46df9..fd0b08378fc 100644 --- a/tests/utils/libcxattr.py +++ b/tests/utils/libcxattr.py @@ -15,7 +15,7 @@ from ctypes import CDLL, c_int, create_string_buffer class Xattr(object): - """singleton that wraps the extended attribues system + """singleton that wraps the extended attributes system interface for python using ctypes Just implement it to the degree we need it, in particular |