Correct spelling of "shell archive" to match /usr/share/misc/magic.

This commit is contained in:
Tim Kientzle 2004-04-28 04:36:57 +00:00
parent a07768e948
commit 775471a93a

View File

@ -153,7 +153,7 @@ archive_write_shar_header(struct archive *a, struct archive_entry *entry)
shar = a->format_data;
if (!shar->wrote_header) {
shar_printf(a, "#!/bin/sh\n");
shar_printf(a, "# This is a shar archive\n");
shar_printf(a, "# This is a shell archive\n");
shar->wrote_header = 1;
}