diff options
author | Michael Adam <obnox@samba.org> | 2012-06-06 14:51:13 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-06-06 19:37:13 +0200 |
commit | 82a9d23186d6729f3a3b24900310beb7090b0b2c (patch) | |
tree | 76a5972da7ec11b70dc46aae8ea846b5cc65b03d | |
parent | abe479839887433480d1f4fa223c1204d949953d (diff) | |
download | samba-82a9d23186d6729f3a3b24900310beb7090b0b2c.tar.gz samba-82a9d23186d6729f3a3b24900310beb7090b0b2c.tar.bz2 samba-82a9d23186d6729f3a3b24900310beb7090b0b2c.zip |
s3:smb.h: fix a comment typo
-rw-r--r-- | source3/include/smb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 832438f5a9..732a5308ff 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -665,7 +665,7 @@ enum case_handling {CASE_LOWER,CASE_UPPER}; /* ACL compatibility */ enum acl_compatibility {ACL_COMPAT_AUTO, ACL_COMPAT_WINNT, ACL_COMPAT_WIN2K}; /* - * Global value meaing that the smb_uid field should be + * Global value meaning that the smb_uid field should be * ingored (in share level security and protocol level == CORE) */ |