In the previous commit, varaibles -> variables.
Adjust NEWS by adding lp#n.
;;;; -*- 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).
#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");