Fix a typo.
authorStas Boukarev <stassats@gmail.com>
Mon, 17 Dec 2012 13:35:05 +0000 (17:35 +0400)
committerStas Boukarev <stassats@gmail.com>
Mon, 17 Dec 2012 13:35:05 +0000 (17:35 +0400)
In the previous commit, varaibles -> variables.

Adjust NEWS by adding lp#n.

NEWS
src/runtime/runtime.c

diff --git a/NEWS b/NEWS
index 81a6e6e..e4aa65e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
 ;;;; -*- coding: utf-8; fill-column: 78 -*-
 changes relative to sbcl-1.1.2:
   * enhancement: warnings about bad locale settings, LANG, LC_CTYPE, etc.
+    (lp#727625)
   * bug fix: fasls are now once again directly executable (on platforms
     supporting shebang lines, with a suitably-installed sbcl).
 
index 7548e1c..3bc18ee 100644 (file)
@@ -362,7 +362,7 @@ void setup_locale()
 #ifndef LISP_FEATURE_WIN32
 
     fprintf(stderr, "WARNING: Setting locale failed.\n");
-    fprintf(stderr, "  Check the following varaibles for correct values:");
+    fprintf(stderr, "  Check the following variables for correct values:");
 
     if (setlocale(LC_CTYPE, "") == NULL) {
       print_locale_variable("LC_ALL");