diff options
Diffstat (limited to 'src/undo.c')
-rw-r--r-- | src/undo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/undo.c b/src/undo.c index 64fb2050c..85c041ebb 100644 --- a/src/undo.c +++ b/src/undo.c @@ -341,7 +341,7 @@ undo_allowed(void) } /* - * Get the undolevle value for the current buffer. + * Get the undolevel value for the current buffer. */ static long get_undolevel(void) |