diff options
Diffstat (limited to 'geo-replication/syncdaemon/libcxattr.py')
| -rw-r--r-- | geo-replication/syncdaemon/libcxattr.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/geo-replication/syncdaemon/libcxattr.py b/geo-replication/syncdaemon/libcxattr.py index f576648b7a8..2d186b95c89 100644 --- a/geo-replication/syncdaemon/libcxattr.py +++ b/geo-replication/syncdaemon/libcxattr.py @@ -14,7 +14,7 @@ from ctypes import CDLL, create_string_buffer, get_errno  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  | 
