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
This commit is contained in:
Benno Schulenberg 2016-01-17 16:25:31 +00:00
parent ffae582aab
commit a3a69eec02
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2016-01-17 Benno Schulenberg <bensberg@justemail.net>
* src/global.c: Fix typo in #ifndef symbol. Reported by Frank.
2016-01-17 Mike Frysinger <vapier@gentoo.org>
* doc/syntax/nanorc.nanorc: Allow inline comments with key bindings.

View File

@ -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