s3:lib: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 7 Sep 2023 04:05:38 +0000 (16:05 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 11 Sep 2023 02:42:41 +0000 (02:42 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c

index d90a06c76fa7230eec4101a22186b2f2162bac9f..6fd584a8151262954c0c0b4967446675d71021d1 100644 (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 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);
                        }