]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:client: Fix code spelling
authorAndreas Schneider <asn@samba.org>
Thu, 20 Jul 2023 09:36:01 +0000 (11:36 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 3 Aug 2023 14:31:34 +0000 (14:31 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
source4/client/cifsdd.c

index 812698e49db6d5c24280b49dc56e00651a8b42a0..37c6cadc9b21c3d36fa7d816c5cf6a8c4eed58b7 100644 (file)
@@ -31,7 +31,7 @@
 
 const char * const PROGNAME = "cifsdd";
 
-#define SYNTAX_EXIT_CODE        1      /* Invokation syntax or logic error. */
+#define SYNTAX_EXIT_CODE        1      /* Invocation syntax or logic error. */
 #define EOM_EXIT_CODE           9      /* Out of memory error. */
 #define FILESYS_EXIT_CODE      10      /* File manipulation error. */
 #define IOERROR_EXIT_CODE      11      /* Error during IO phase. */