On Sun, Oct 17, 2010 at 08:04:29PM -0700, Ben Pfaff wrote:
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.Perhaps you're right. I just used msggrep and ispell to identify mis[s]spelt words. It rejected the former, but not the latter. Perhaps i naively relied upon this method, and confused myself since the correct German prefix is spelt "miss". Feel free to revert. -- PGP Public key ID: 1024D/2DE827B3 fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://pgp.mit.edu or any PGP keyserver for public key.
signature.asc
Description: Digital signature
_______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
