From: Volker Lendecke Date: Tue, 13 Oct 2020 06:49:45 +0000 (+0200) Subject: libsmb: Fix a typo X-Git-Tag: talloc-2.3.2~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b64949d544ec02ec7de9087c3316476f35b6e30f;p=thirdparty%2Fsamba.git libsmb: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/libsmb/clidfs.c b/source3/libsmb/clidfs.c index ee5becf76a6..09c9b8958e3 100644 --- a/source3/libsmb/clidfs.c +++ b/source3/libsmb/clidfs.c @@ -610,7 +610,7 @@ static char *cli_dfs_make_full_path(TALLOC_CTX *ctx, static bool cli_dfs_check_error(struct cli_state *cli, NTSTATUS expected, NTSTATUS status) { - /* only deal with DS when we negotiated NT_STATUS codes and UNICODE */ + /* only deal with DFS when we negotiated NT_STATUS codes and UNICODE */ if (!(smbXcli_conn_use_unicode(cli->conn))) { return false;