summaryrefslogtreecommitdiff
path: root/undo.c
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-11-01 22:24:54 +0100
committerRuben Undheim <rubund@debian.org>2018-11-01 23:32:47 +0100
commitf28370832ee6b89d95d14cef0fe5672f0a50b1be (patch)
tree821fb4c3c05277e6e1b6d028d9cec73f84b59b59 /undo.c
parent69c550b43e7d699f2ad18d7f19f32421320d640c (diff)
Spelling fixes
Gbp-Pq: Name 0005-Spelling-fixes.patch
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;
}