Correct "ommited" typos.
authorChris Lamb <chris@chris-lamb.co.uk>
Fri, 17 Feb 2017 19:59:48 +0000 (08:59 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 13 Mar 2017 04:10:10 +0000 (05:10 +0100)
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
docs-xml/Samba3-Developers-Guide/internals.xml
source3/libads/ndr.c
source4/torture/local/fsrvp_state.c

index be271217e73b44df9cfb08a2a4ee250bda77c636..e28a2d5fa644a0bf67a8b0f508b8590e99516800 100644 (file)
@@ -308,7 +308,7 @@ SSVAL().  I do not know where these numbers are described.
 <listitem><para>
 An ASCIIZ string describing the parameters to the API function as defined
 in the LAN Manager documentation.  The first parameter, which is the server
-name, is ommited.  This string is based uppon the API function as described
+name, is omitted.  This string is based uppon the API function as described
 in the manual, not the data which is actually passed.
 </para></listitem>
 
index 957c0fafc7c66e15164f29bed1779d36ebcafb19..6cecbb08ccd6799845b28fe0982baa44278fd0ac 100644 (file)
@@ -58,7 +58,7 @@ void ndr_print_ads_struct(struct ndr_print *ndr, const char *name, const struct
 #ifdef DEBUG_PASSWORD
        ndr_print_string(ndr, "password", r->auth.password);
 #else
-       ndr_print_string(ndr, "password", "(PASSWORD ommited)");
+       ndr_print_string(ndr, "password", "(PASSWORD omitted)");
 #endif
        ndr_print_string(ndr, "user_name", r->auth.user_name);
        ndr_print_string(ndr, "kdc_server", r->auth.kdc_server);
index e4be5006580791578c11ac05c333f0454fc1f3b7..9b63ec12215607cda2ee1cc156ba1de7f3fb2676 100644 (file)
@@ -97,7 +97,7 @@ static bool test_fsrvp_state_sc(struct torture_context *tctx,
        sc->id = GUID_random();
        sc->id_str = GUID_string(sc, &sc->id);
        sc->volume_name = talloc_strdup(sc, "/this/is/a/path");
-       /* keep snap path NULL, i.e. not yet commited */
+       /* keep snap path NULL, i.e. not yet committed */
        sc->create_ts = time(NULL);
        *sc_out = sc;