From a9e8cf4ff6621bb4f50f10dc11f60c1995b01084 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Tue, 31 Oct 2023 11:18:15 +1300 Subject: [PATCH] s3:utils: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- source3/utils/wspsearch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3