s3:utils: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 30 Oct 2023 22:18:15 +0000 (11:18 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 2 Nov 2023 03:08:37 +0000 (03:08 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/utils/wspsearch.c

index 2f9b20471e4b1c975df9aefc6279d79ae5255081..6b918b9db94eef2c3c95b20a4da86965f96c49e3 100644 (file)
@@ -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;