projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13bc7e5
)
csv-file-writer: Fix typo in user message.
author
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 2 Sep 2020 04:40:46 +0000
(21:40 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 2 Sep 2020 04:40:46 +0000
(21:40 -0700)
src/data/csv-file-writer.c
patch
|
blob
|
history
diff --git
a/src/data/csv-file-writer.c
b/src/data/csv-file-writer.c
index 8f24bf3bfbf7d3114fa02933a50633c481d89c9b..0e521a97442e543925a5aab8da9a9a15c5748587 100644
(file)
--- a/
src/data/csv-file-writer.c
+++ b/
src/data/csv-file-writer.c
@@
-143,7
+143,7
@@
csv_writer_open (struct file_handle *fh, const struct dictionary *dict,
w->rf = replace_file_start (fh, "w", 0666, &w->file);
if (w->rf == NULL)
{
- msg (ME, _("Error opening `%s' for writing as a
system
file: %s."),
+ msg (ME, _("Error opening `%s' for writing as a
CSV
file: %s."),
fh_get_file_name (fh), strerror (errno));
goto error;
}