From 06df7ae92731b59e71a20cd32411cbf4a6c28f47 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Sat, 18 Feb 2017 08:59:42 +1300 Subject: [PATCH] Correct "somthing" typos. Signed-off-by: Chris Lamb Reviewed-by: Andrew Bartlett Reviewed-by: Garming Sam --- source3/auth/auth_unix.c | 2 +- source3/passdb/passdb.c | 2 +- source3/printing/nt_printing.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source3/auth/auth_unix.c b/source3/auth/auth_unix.c index 7b483a2f05a..a4e5b740bb7 100644 --- a/source3/auth/auth_unix.c +++ b/source3/auth/auth_unix.c @@ -73,7 +73,7 @@ static NTSTATUS check_unix_security(const struct auth_context *auth_context, pass, server_info); } else { - /* we need to do somthing more useful here */ + /* we need to do something more useful here */ nt_status = NT_STATUS_NO_SUCH_USER; } } diff --git a/source3/passdb/passdb.c b/source3/passdb/passdb.c index f48c317603b..36aedadea22 100644 --- a/source3/passdb/passdb.c +++ b/source3/passdb/passdb.c @@ -2020,7 +2020,7 @@ static uint32_t init_buffer_from_samu_v3 (uint8_t **buf, struct samu *sampass, b /* check to make sure we got it correct */ if (buflen != len) { - DEBUG(0, ("init_buffer_from_samu_v3: somthing odd is going on here: bufflen (%lu) != len (%lu) in tdb_pack operations!\n", + DEBUG(0, ("init_buffer_from_samu_v3: something odd is going on here: bufflen (%lu) != len (%lu) in tdb_pack operations!\n", (unsigned long)buflen, (unsigned long)len)); /* error */ SAFE_FREE (*buf); diff --git a/source3/printing/nt_printing.c b/source3/printing/nt_printing.c index c05fb04c836..1bd6506af48 100644 --- a/source3/printing/nt_printing.c +++ b/source3/printing/nt_printing.c @@ -396,7 +396,7 @@ static int get_file_version(files_struct *fsp, char *fname,uint32_t *major, uint if (CVAL(buf,NE_HEADER_TARGET_OS_OFFSET) != NE_HEADER_TARGOS_WIN ) { DEBUG(3,("get_file_version: NE file [%s] wrong target OS = 0x%x\n", fname, CVAL(buf,NE_HEADER_TARGET_OS_OFFSET))); - /* At this point, we assume the file is in error. It still could be somthing + /* At this point, we assume the file is in error. It still could be something * else besides a NE file, but it unlikely at this point. */ goto error_exit; } -- 2.25.1