From 305346d360d3c13fd315c1af27b037f46fd10650 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann Date: Sun, 17 Mar 2019 13:04:52 +0100 Subject: [PATCH] Fix typos in "valid" s/vald/valid/ Signed-off-by: Michael Hanselmann Reviewed-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- source3/registry/regfio.c | 2 +- source3/torture/torture.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/registry/regfio.c b/source3/registry/regfio.c index 9bb89ff11d4..7e323da9dab 100644 --- a/source3/registry/regfio.c +++ b/source3/registry/regfio.c @@ -178,7 +178,7 @@ static int read_block( REGF_FILE *file, prs_struct *ps, uint32_t file_offset, ui return False; } if ( (returned == 0) && (bytes_read < block_size) ) { - DEBUG(0,("read_block: not a vald registry file ?\n" )); + DEBUG(0,("read_block: not a valid registry file ?\n" )); return False; } diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 8b1bf326769..639ab27e3b9 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -9653,7 +9653,7 @@ static bool run_uid_regression_test(int dummy) goto out; } - /* Now try a SMBtdis with the invald vuid set to zero. */ + /* Now try a SMBtdis with the invalid vuid set to zero. */ cli_state_set_uid(cli, 0); /* This should succeed. */ -- 2.11.4.GIT