projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39dd3ac
)
data-reader: Correct spelling.
author
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 26 Oct 2010 04:49:10 +0000
(21:49 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 26 Oct 2010 04:49:10 +0000
(21:49 -0700)
src/language/data-io/data-reader.c
patch
|
blob
|
history
diff --git
a/src/language/data-io/data-reader.c
b/src/language/data-io/data-reader.c
index 4811ba76ac8164d8f9034142f33273db4472a96e..e52433acd015b8a9eb3728657bc384b62a0e9d8b 100644
(file)
--- a/
src/language/data-io/data-reader.c
+++ b/
src/language/data-io/data-reader.c
@@
-190,7
+190,7
@@
read_inline_record (struct dfm_reader *r)
lex_discard_line (r->lexer);
msg (SE, _("Unexpected end-of-file while reading data in BEGIN "
"DATA. This probably indicates "
- "a missing or
miss-
formatted END DATA command. "
+ "a missing or
incorrectly
formatted END DATA command. "
"END DATA must appear by itself on a single line "
"with exactly one space between words."));
return false;