From 82a9d23186d6729f3a3b24900310beb7090b0b2c Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 6 Jun 2012 14:51:13 +0200 Subject: [PATCH] s3:smb.h: fix a comment typo --- source3/include/smb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/include/smb.h b/source3/include/smb.h index 832438f5a9a..732a5308ff0 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) */ -- 2.11.4.GIT