From 92ccf77f7fc83a76bb90925fd49016bec0d60f57 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Fri, 28 Feb 2014 19:34:11 +0000 Subject: [PATCH] Correcting the misspelled keyword "mutlibuffer". git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4625 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- ChangeLog | 1 + src/global.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0a04ac97..629fc861 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ * src/text.c (execute_command) - Equalize pipe error messages. * src/global.c (thanks_for_all_the_fish) - Remove a redundant '#ifdef DEBUG', it is contained within a wider one. + * src/global.c (strtosc) - Correct a misspelled keyword. 2014-02-28 Eitan Adler * src/nano.c (do_toggle) - Constify a char pointer, to fix diff --git a/src/global.c b/src/global.c index ad4c52ae..461652bf 100644 --- a/src/global.c +++ b/src/global.c @@ -1550,7 +1550,7 @@ sc *strtosc(int menu, char *input) s->scfunc = do_toggle_void; s->execute = FALSE; s->toggle = BACKUP_FILE; - } else if (!strcasecmp(input, "mutlibuffer")) { + } else if (!strcasecmp(input, "multibuffer")) { s->scfunc = do_toggle_void; s->execute = FALSE; s->toggle = MULTIBUFFER; -- 2.39.5