Oops: fix ChangeLogs.
[pspp-builds.git] / src / output / output.c
index e1f6e3f9d4c98ec3fa2d1f0a8588da5911e93cca..d590a38e14d2954fd4a66a15acaec6fbb67aea11 100644 (file)
@@ -24,7 +24,7 @@
 #include <errno.h>
 #include <ctype.h>
 #include <libpspp/alloc.h>
-#include <data/filename.h>
+#include <data/file-name.h>
 #include "htmlP.h"
 #include "intprops.h"
 #include <libpspp/misc.h>
@@ -291,7 +291,7 @@ outp_read_devices (void)
   if (init_fn == NULL)
     {
       error (0, 0, _("cannot find output initialization file "
-                     "(use `-vvvvv' to view search path)"));
+                     "(use `-vv' to view search path)"));
       goto exit;
     }