]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/general-scheme.cc
Typo in time-signature-settings.scm
[lilypond.git] / lily / general-scheme.cc
index b9507766894df7216cdfa1de7eb65026114a1879..f2b3ff1ae51ec8ca2ae84a94de919c76c9d16ba0 100644 (file)
@@ -466,7 +466,7 @@ format_single_argument (SCM arg, int precision, bool escape = false)
 
       if (isnan (val) || isinf (val))
         {
-          warning (_ ("Found infinity or nan in output. Substituting 0.0"));
+          warning (_ ("Found infinity or nan in output.  Substituting 0.0"));
           return ("0.0");
           if (strict_infinity_checking)
             abort ();