SpreadLevel Plot: Don't try to take the logarithm of a negative
[pspp] / src / output / options.c
index be2bed42d98ecfd8f4040f81e0f912e4b3a3fec6..4a066de372075180eb55b408696532f0a1136da3 100644 (file)
@@ -228,7 +228,7 @@ parse_int (struct driver_option *o, int min_value, int max_value)
       else if (max_value == INT_MAX)
         {
           if (min_value == 0)
-            msg (MW, _("%s: `%s' is `%s' but a nonnegative integer "
+            msg (MW, _("%s: `%s' is `%s' but a non-negative integer "
                            "is required"),
                    o->driver_name, o->name, o->value);
           else if (min_value == 1)