diff options
author | Volker Lendecke <vl@samba.org> | 2017-08-18 14:59:58 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2017-08-18 20:49:42 +0200 |
commit | 79cfa2e55bf05bcde7ca0dba0f6794d6a815c831 (patch) | |
tree | d85900ae96e2abdf7a9ef892f34039602ae9a4bd /librpc | |
parent | 08cee6cfd2b8580f85f45bb4e0a06e14910e6b65 (diff) | |
download | samba-79cfa2e55bf05bcde7ca0dba0f6794d6a815c831.tar.gz |
xattr.id: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Fri Aug 18 20:49:42 CEST 2017 on sn-devel-144
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/xattr.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/xattr.idl b/librpc/idl/xattr.idl index efbc84e3fa6..0098b89afa5 100644 --- a/librpc/idl/xattr.idl +++ b/librpc/idl/xattr.idl @@ -191,7 +191,7 @@ interface xattr uint8 hash[64]; /* 64 bytes hash. */ utf8string description; /* description of what created * this hash (to allow - * foresnics later, if we have + * forensics later, if we have * a bug in one codepath */ NTTIME time; uint8 sys_acl_hash[64]; /* 64 bytes hash. */ |