From: Chris Lamb Date: Fri, 17 Feb 2017 19:59:48 +0000 (+1300) Subject: Correct "ommited" typos. X-Git-Tag: tdb-1.3.13~509 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b2478cdc7d27e26a81acc3f96a85b16b6017e66f;p=thirdparty%2Fsamba.git Correct "ommited" typos. Signed-off-by: Chris Lamb Signed-off-by: Garming Sam Reviewed-by: Andrew Bartlett --- diff --git a/docs-xml/Samba3-Developers-Guide/internals.xml b/docs-xml/Samba3-Developers-Guide/internals.xml index be271217e73..e28a2d5fa64 100644 --- a/docs-xml/Samba3-Developers-Guide/internals.xml +++ b/docs-xml/Samba3-Developers-Guide/internals.xml @@ -308,7 +308,7 @@ SSVAL(). I do not know where these numbers are described. 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. diff --git a/source3/libads/ndr.c b/source3/libads/ndr.c index 957c0fafc7c..6cecbb08ccd 100644 --- a/source3/libads/ndr.c +++ b/source3/libads/ndr.c @@ -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); diff --git a/source4/torture/local/fsrvp_state.c b/source4/torture/local/fsrvp_state.c index e4be5006580..9b63ec12215 100644 --- a/source4/torture/local/fsrvp_state.c +++ b/source4/torture/local/fsrvp_state.c @@ -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;