diff options
Diffstat (limited to 'archival')
-rw-r--r-- | archival/tar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/tar.c b/archival/tar.c index e68194ff7..c18e66fd2 100644 --- a/archival/tar.c +++ b/archival/tar.c @@ -403,7 +403,7 @@ tarExtractDirectory(TarInfo *header, int extractFlag, int tostdoutFlag) return( FALSE); } /* make the final component, just in case it was - * omitted by create_path() (which will skip the + * omitted by make_directory() (which will skip the * directory if it doesn't have a terminating '/') */ if (mkdir(header->name, header->mode) < 0 && errno != EEXIST) { perror_msg("%s", header->name); |