Fix format string errors.
[pspp] / src / ui / terminal / terminal-opts.c
index a0f6072b521b65698ee4d0c6bb33fee8da2f4b4e..7b30ed5fd4f7bbee9386a401d73a7acf71f5aa27 100644 (file)
@@ -123,7 +123,7 @@ parse_output_option (struct terminal_opts *to, const char *option)
   key = xmemdup0 (option, equals - option);
   if (string_map_contains (&to->options, key))
     {
-      error (0, 0, _("%s: output option %s specified more than twice"), key);
+      error (0, 0, _("%s: output option specified more than once"), key);
       free (key);
       return;
     }