Correct "occured" typos.
[sfrench/samba-autobuild/.git] / source3 / lib / netapi / examples / netdomjoin-gui / netdomjoin-gui.c
index 1cfb02cb390c448add1688e20cb444da5969695e..ca599d316ca3ad987ee895bcd19d1836c4b3a024 100644 (file)
@@ -741,7 +741,7 @@ static void callback_do_join(GtkWidget *widget,
                                                        GTK_DIALOG_DESTROY_WITH_PARENT,
                                                        GTK_MESSAGE_ERROR,
                                                        GTK_BUTTONS_CLOSE,
-                                                       "The following error occured attempting to unjoin the %s: \"%s\": %s",
+                                                       "The following error occurred attempting to unjoin the %s: \"%s\": %s",
                                                        initial_workgroup_type,
                                                        state->name_buffer_initial,
                                                        err_str);
@@ -830,7 +830,7 @@ static void callback_do_join(GtkWidget *widget,
                                                GTK_DIALOG_DESTROY_WITH_PARENT,
                                                GTK_MESSAGE_ERROR,
                                                GTK_BUTTONS_CLOSE,
-                                               "The following error occured attempting to join the %s: \"%s\": %s",
+                                               "The following error occurred attempting to join the %s: \"%s\": %s",
                                                new_workgroup_type,
                                                state->name_buffer_new,
                                                err_str);