John Darrington <[email protected]> writes:

> commit 01b970b8972e4e457b1d8e3f5af350c325152942
> Author: John Darrington <[email protected]>
> Date:   Sun Oct 17 22:12:48 2010 +0200
>
>     Fix typos in printed strings

@@ -188,11 +188,11 @@ read_inline_record (struct dfm_reader *r)
   if (!lex_get_line_raw (r->lexer))
     {
       lex_discard_line (r->lexer);
       msg (SE, _("Unexpected end-of-file while reading data in BEGIN "
                  "DATA.  This probably indicates "
-                 "a missing or misformatted END DATA command.  "
+                 "a missing or miss-formatted END DATA command.  "
                  "END DATA must appear by itself on a single line "
                  "with exactly one space between words."));
       return false;
     }

Was this what you intended to do?  I would understand mis- as a
prefix, but I've never seen miss- as a prefix.
-- 
Ben Pfaff 
http://benpfaff.org

_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to