Correct "somthing" typos.
authorChris Lamb <chris@chris-lamb.co.uk>
Fri, 17 Feb 2017 19:59:42 +0000 (08:59 +1300)
committerGarming Sam <garming@samba.org>
Wed, 22 Feb 2017 07:26:23 +0000 (08:26 +0100)
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
source3/auth/auth_unix.c
source3/passdb/passdb.c
source3/printing/nt_printing.c

index 7b483a2f05a83bda58216fcd77b129c4474394d3..a4e5b740bb76104cacc3a100814d5eba4c55335f 100644 (file)
@@ -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;
                }
        }
index f48c317603b2f6d6971d3f44a0a5b56c1ed9ec2f..36aedadea22580e371175b6fa0c044b3230c8e1a 100644 (file)
@@ -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);
index c05fb04c8367c8b437cc9e5f5a337086df7921b7..1bd6506af48238f830138bce1e83d71fa6dbdeec 100644 (file)
@@ -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;
                }