From: Joseph Sutton Date: Thu, 7 Sep 2023 04:05:38 +0000 (+1200) Subject: s3:lib: Fix code spelling X-Git-Tag: tevent-0.16.0~678 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a4d35edee1db1a551a6ce243ebc0788487fcf2f;p=thirdparty%2Fsamba.git s3:lib: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c b/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c index d90a06c76fa..6fd584a8151 100644 --- a/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c +++ b/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c @@ -484,7 +484,7 @@ static void callback_do_hostname_change(GtkWidget *widget, if (!state->account || !state->password) { debug("callback_do_hostname_change: no creds yet\n"); callback_creds_prompt(NULL, state, - "Enter the name and password of an account with permission to change a computer name in a the domain.", + "Enter the name and password of an account with permission to change a computer name in the domain.", callback_do_storeauth_and_continue); }