summaryrefslogtreecommitdiff
path: root/undo.c
diff options
context:
space:
mode:
Diffstat (limited to 'undo.c')
-rw-r--r--undo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/undo.c b/undo.c
index 67fa1da..4e34470 100644
--- a/undo.c
+++ b/undo.c
@@ -709,7 +709,7 @@ short undo_one_action()
/* Set window, if event occurred in a different window */
if (setwindow(thisrecord->window) == FALSE) {
- Wprintf("Error: Undo event in nonexistant window! Flushing stack.\n");
+ Wprintf("Error: Undo event in nonexistent window! Flushing stack.\n");
flush_undo_stack();
return 0;
}
@@ -1185,7 +1185,7 @@ short redo_one_action()
/* Set window, if event occurred in a different window */
if (setwindow(thisrecord->window) == FALSE) {
- Wprintf("Error: Undo event in nonexistant window! Flushing stack.\n");
+ Wprintf("Error: Undo event in nonexistent window! Flushing stack.\n");
flush_undo_stack();
return 0;
}