]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
vfs_fruit: Fix typos
authorVolker Lendecke <vl@samba.org>
Tue, 29 Sep 2020 15:35:19 +0000 (17:35 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 2 Oct 2020 21:30:33 +0000 (21:30 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/include/MacExtensions.h

index 981cb1613ef9182ed5ad5a8710d8c248dd66c461..0d98df7d9b489634632e1836c85f9f8504dc2581 100644 (file)
@@ -55,7 +55,7 @@
 #define AFP_OFF_FinderInfo     16
 
 /*
-** Orginal AFP_AfpInfo stream used by NT 
+** Original AFP_AfpInfo stream used by NT
 ** We needed a way to store the create date so SAMBA
 ** AFP_AfpInfo adds for bytes to this structrure
 ** and call's it _SambaAfpInfo
@@ -78,7 +78,7 @@ typedef struct _SambaAfpInfo
 } SambaAfpInfo;
 
 /*
-** On SAMBA this structrue is followed by 4 bytes that store the create
+** On SAMBA this structure is followed by 4 bytes that store the create
 ** date of the file or folder asociated with it.
 */
 
@@ -93,10 +93,10 @@ typedef struct _SambaAfpInfo
 ** Second to return some basic need information about the share to the Macintosh.
 ** 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
+** We will be using information levels that are between 0x300 and 0x399 for all Macintosh
 ** 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.
+** Endian unless otherwise specified.
 */
 #define SMB_MAC_QUERY_FS_INFO 0x301