[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1748-g
From: |
Ben Pfaff |
Subject: |
Re: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1748-gc8fba7c |
Date: |
Sun, 17 Oct 2010 20:04:29 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
John Darrington <address@hidden> writes:
> commit 01b970b8972e4e457b1d8e3f5af350c325152942
> Author: John Darrington <address@hidden>
> 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
- Re: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1748-gc8fba7c,
Ben Pfaff <=