1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

s3:lib: Fix code spelling

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-09-07 16:05:38 +12:00 committed by Andrew Bartlett
parent 9e2a93d54b
commit 2a4d35edee

View File

@ -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);
}