diff options
-rw-r--r-- | source3/smbd/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c index 93f29e57b6..dc56779ef2 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -2902,7 +2902,7 @@ void smbd_process(struct smbd_server_connection *sconn) if (lp_maxprotocol() == PROTOCOL_SMB2 && !lp_async_smb_echo_handler()) { /* - * We're not making the desion here, + * We're not making the decision here, * we're just allowing the client * to decide between SMB1 and SMB2 * with the first negprot |