Fix typos (preceeded etc.)

Copyright-paperwork-exempt: yes
This commit is contained in:
Anders Jonsson
2015-07-25 08:47:25 -07:00
committed by Paul Eggert
parent fe3b106cb3
commit 21f86195b7
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1582,7 +1582,7 @@ dumpdir_ok (char *dumpdir)
if (expect != 'T')
{
ERROR ((0, 0,
_("Malformed dumpdir: 'T' not preceeded by 'R'")));
_("Malformed dumpdir: 'T' not preceded by 'R'")));
return false;
}
if (p[1] == 0 && !has_tempdir)