Spelling fixes s/negotatie/negotiate/
[samba.git] / 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;
        }