From: Joseph Sutton Date: Mon, 30 Oct 2023 22:18:15 +0000 (+1300) Subject: s3:utils: Fix code spelling X-Git-Tag: talloc-2.4.2~881 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9e8cf4ff6621bb4f50f10dc11f60c1995b01084;p=thirdparty%2Fsamba.git s3:utils: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source3/utils/wspsearch.c b/source3/utils/wspsearch.c index 2f9b20471e4..6b918b9db94 100644 --- a/source3/utils/wspsearch.c +++ b/source3/utils/wspsearch.c @@ -429,7 +429,7 @@ static NTSTATUS create_getrows(TALLOC_CTX *ctx, } /* - * response is a talloc child of row_ctz so we need to + * response is a talloc child of row_ctx so we need to * assign loop_again before we delete row_ctx */ loop_again = response->message.cpmgetrows.rowsreturned;