summaryrefslogtreecommitdiffstats
path: root/src/gui-wizard-gtk/wizard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui-wizard-gtk/wizard.c')
-rw-r--r--src/gui-wizard-gtk/wizard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui-wizard-gtk/wizard.c b/src/gui-wizard-gtk/wizard.c
index dc6de107..426dfb8a 100644
--- a/src/gui-wizard-gtk/wizard.c
+++ b/src/gui-wizard-gtk/wizard.c
@@ -971,8 +971,8 @@ static void start_event_run(const char *event_name,
const char *start_msg,
const char *end_msg
) {
- /* Start event asyncronously on the dump dir
- * (syncronous run would freeze GUI until completion)
+ /* Start event asynchronously on the dump dir
+ * (synchronous run would freeze GUI until completion)
*/
struct run_event_state *state = new_run_event_state();