1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

s4:client: Fix code spelling

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:
Andreas Schneider 2023-07-20 11:36:01 +02:00 committed by Andreas Schneider
parent 694980224a
commit dbb1fbe866

View 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. */