diff --git a/ChangeLog b/ChangeLog
index a8414ef654d690c11365c459ae43f9664f8983bb..43a05c1209f1274ff317614ab7de69dc71cb3c75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
diff --git a/src/global.c b/src/global.c
index f7b904bb3353d9206d3fea4657ad1e451f6e2ce2..829c19bf849d5d23838909ee59ede9a2013dce30 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