From 2a4d35edee1db1a551a6ce243ebc0788487fcf2f Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Thu, 7 Sep 2023 16:05:38 +1200 Subject: [PATCH] s3:lib: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }