X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=gzip.c;h=bddab9824cf7a0a6080c70d159a9db7fbc268582;hb=6dc06d9d5547e15bad92107516e8ee9fcdace318;hp=3131e860873cdc5f70fc6cb3260db732df445550;hpb=013796abf4c6be0bd130f541c0ece156156239c3;p=gzip diff --git a/gzip.c b/gzip.c index 3131e86..bddab98 100644 --- a/gzip.c +++ b/gzip.c @@ -1278,7 +1278,7 @@ local int get_method(in) } if ((flags & CONTINUATION) != 0) { fprintf(stderr, - "%s: %s is a a multi-part gzip file -- not supported\n", + "%s: %s is a multi-part gzip file -- not supported\n", program_name, ifname); exit_code = ERROR; if (force <= 1) return -1;