diff options
| author | Martin Matuska <mm@FreeBSD.org> | 2017-09-30 23:33:19 +0000 |
|---|---|---|
| committer | Martin Matuska <mm@FreeBSD.org> | 2017-09-30 23:33:19 +0000 |
| commit | 533ab3c53efbfd230b718ed77dc9ea4d1446ddfc (patch) | |
| tree | 7754efa68576e44389846bd73fad80a27240b0ba /libarchive/archive_write_set_format_pax.c | |
| parent | b85c4c3da0a560cb98d13902c308e54fdeb52d70 (diff) | |
Notes
Diffstat (limited to 'libarchive/archive_write_set_format_pax.c')
| -rw-r--r-- | libarchive/archive_write_set_format_pax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libarchive/archive_write_set_format_pax.c b/libarchive/archive_write_set_format_pax.c index 0eaf733cd9aa..3cebeae187dc 100644 --- a/libarchive/archive_write_set_format_pax.c +++ b/libarchive/archive_write_set_format_pax.c @@ -1654,7 +1654,7 @@ build_pax_attribute_name(char *dest, const char *src) * GNU PAX Format 1.0 requires the special name, which pattern is: * <dir>/GNUSparseFile.<pid>/<original file name> * - * Since reproducable archives are more important, use 0 as pid. + * Since reproducible archives are more important, use 0 as pid. * * This function is used for only Sparse file, a file type of which * is regular file. |
