summaryrefslogtreecommitdiff
path: root/source3/include/MacExtensions.h
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2015-07-26 23:02:57 +0200
committerAndrew Bartlett <abartlet@samba.org>2015-11-06 13:43:45 +0100
commitc315fce17ef11a23c24fc92b7475ac3a3ac55032 (patch)
treec6a1598038ed82db02cc948b1fba74c83265c85e /source3/include/MacExtensions.h
parentf3033a1943462f98e994f095ed5805be27acadd0 (diff)
downloadsamba-c315fce17ef11a23c24fc92b7475ac3a3ac55032.tar.gz
Fix various spelling errors
Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Nov 6 13:43:45 CET 2015 on sn-devel-104
Diffstat (limited to 'source3/include/MacExtensions.h')
-rw-r--r--source3/include/MacExtensions.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source3/include/MacExtensions.h b/source3/include/MacExtensions.h
index 5b00998a95d..23dcde9737e 100644
--- a/source3/include/MacExtensions.h
+++ b/source3/include/MacExtensions.h
@@ -80,18 +80,18 @@ typedef struct _SambaAfpInfo
*/
/*
-** These extentions are only supported with the NT LM 0.12 Dialect. These extentions
+** These extensions are only supported with the NT LM 0.12 Dialect. These extentions
** will be process on a share by share bases.
*/
/*
-** Trans2_Query_FS_Information Call is used by the MacCIFS extentions for three reasons.
-** First to see if the remote server share supports the basic Macintosh CIFS extentions.
+** Trans2_Query_FS_Information Call is used by the MacCIFS extensions for three reasons.
+** First to see if the remote server share supports the basic Macintosh CIFS extensions.
** Second to return some basic need information about the share to the Macintosh.
-** Third to see if this share support any other Macintosh extentions.
+** Third to see if this share support any other Macintosh extensions.
**
** We will be using infromation levels that are betwwen 0x300 and 0x399 for all Macintosh
-** extentions calls. The first of these will be the SMB_MAC_QUERY_FS_INFO level which
+** extensions calls. The first of these will be the SMB_MAC_QUERY_FS_INFO level which
** will allow the server to return the MacQueryFSInfo structure. All fields are Little
** Endian unless other wise specified.
*/