data-reader: Correct spelling.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 26 Oct 2010 04:49:10 +0000 (21:49 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 26 Oct 2010 04:49:10 +0000 (21:49 -0700)
src/language/data-io/data-reader.c

index 4811ba76ac8164d8f9034142f33273db4472a96e..e52433acd015b8a9eb3728657bc384b62a0e9d8b 100644 (file)
@@ -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;