mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
doc: Typo fixes.
--
This commit is contained in:
parent
42785d7c8a
commit
ec311425ca
2 changed files with 3 additions and 3 deletions
|
@ -186,7 +186,7 @@ extract (estream_t stream, const char *dirname, tarinfo_t info,
|
|||
|| !strncmp (hdr->name, "../", 3)
|
||||
|| (n >= 3 && !strcmp (hdr->name+n-3, "/.." )))
|
||||
{
|
||||
log_error ("filename '%s' as suspicious parts - not extracting\n",
|
||||
log_error ("filename '%s' has suspicious parts - not extracting\n",
|
||||
hdr->name);
|
||||
return gpg_error (GPG_ERR_INV_NAME);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue