Spelling fixes s/negotatie/negotiate/
authorMathieu Parent <math.parent@gmail.com>
Thu, 29 Aug 2019 19:29:40 +0000 (21:29 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 1 Sep 2019 22:21:25 +0000 (22:21 +0000)
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
source3/rpc_server/srv_pipe.c

index e48d2cf34d0e72027e3c34bf87ae98b19e209295..fa5043e8c1fe19c1c8d6eddceeb0d1789ec10ee9 100644 (file)
@@ -611,7 +611,7 @@ static bool pipe_auth_generic_verify_final(TALLOC_CTX *mem_ctx,
                                            (auth_level ==
                                                DCERPC_AUTH_LEVEL_PRIVACY));
        if (!NT_STATUS_IS_OK(status)) {
-               DEBUG(0, (__location__ ": Client failed to negotatie proper "
+               DEBUG(0, (__location__ ": Client failed to negotiate proper "
                          "security for rpc connection\n"));
                return false;
        }