mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-09-01 13:47:44 +00:00
Fix typos (preceeded etc.)
Copyright-paperwork-exempt: yes
This commit is contained in:
committed by
Paul Eggert
parent
fe3b106cb3
commit
21f86195b7
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user