From dc24e229a55d07dfc199e302d9cea5377b627e8c Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Fri, 2 Mar 2012 21:35:22 -0800 Subject: smb2_constants: fix a typo Autobuild-User: Christian Ambach Autobuild-Date: Sat Mar 3 09:04:40 CET 2012 on sn-devel-104 --- libcli/smb/smb2_constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcli/smb/smb2_constants.h b/libcli/smb/smb2_constants.h index 2b4fb7c47e..b8180cec6c 100644 --- a/libcli/smb/smb2_constants.h +++ b/libcli/smb/smb2_constants.h @@ -113,7 +113,7 @@ #define SMB2_SHAREFLAG_ACCESS_BASED_DIRECTORY_ENUM 0x0800 #define SMB2_SHAREFLAG_ALL 0x0F33 -/* SMB2 share capafilities */ +/* SMB2 share capabilities */ #define SMB2_SHARE_CAP_DFS 0x8 /* SMB2 create security flags */ -- cgit