Fix message.
authorBen Pfaff <blp@gnu.org>
Fri, 21 Oct 2005 01:19:23 +0000 (01:19 +0000)
committerBen Pfaff <blp@gnu.org>
Fri, 21 Oct 2005 01:19:23 +0000 (01:19 +0000)
src/ChangeLog
src/output.c

index 85dcaa8e4dc79aca85af5ad3afa7e4e4c98a574e..bf314324262d4e11ec34db2b058c555bf268b3c2 100644 (file)
@@ -1,3 +1,7 @@
+Thu Oct 20 18:18:40 2005  Ben Pfaff  <blp@gnu.org>
+
+       * output.c: (outp_read_devices) Fix message.
+
 Sat Sep 17 11:13:13 2005  Ben Pfaff  <blp@gnu.org>
 
        * matrix-data.c: (cmd_matrix_data) Change type of variable whose
index 59bccb8045324f707f792d3be6be4f2feabc1ec3..ab8c10f1fc389d40941e70bfd33ae25d4396bde9 100644 (file)
@@ -296,7 +296,7 @@ outp_read_devices (void)
   if (init_fn == NULL)
     {
       msg (IE, _("Cannot find output initialization file.  "
-                 "Use `-vvvv' to view search path."));
+                 "Use `-vvvvv' to view search path."));
       goto exit;
     }