From: Benno Schulenberg Date: Sun, 17 Jan 2016 16:25:31 +0000 (+0000) Subject: Fixing a typo in an #ifndef symbol. Reported by Frank. X-Git-Tag: v2.5.2~66 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a3a69eec026f4473d22b4bdedefb81ab0dc2ee7e;p=nano.git Fixing a typo in an #ifndef symbol. Reported by Frank. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5569 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index a8414ef6..43a05c12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2016-01-17 Benno Schulenberg + * src/global.c: Fix typo in #ifndef symbol. Reported by Frank. + 2016-01-17 Mike Frysinger * doc/syntax/nanorc.nanorc: Allow inline comments with key bindings. diff --git a/src/global.c b/src/global.c index f7b904bb..829c19bf 100644 --- a/src/global.c +++ b/src/global.c @@ -480,7 +480,7 @@ void print_sclist(void) const char *exit_tag = N_("Exit"); const char *close_tag = N_("Close"); const char *uncut_tag = N_("Uncut Text"); -#ifndef DISABLE_JUSITIFY +#ifndef DISABLE_JUSTIFY const char *unjust_tag = N_("Unjustify"); #endif