mirror of https://git.tukaani.org/xz.git
xzdec: Fix language in a comment
This commit is contained in:
parent
16821252c5
commit
e34dbd6a0a
|
@ -395,7 +395,7 @@ error:
|
|||
int
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
// Initialize progname which we will be used in error messages.
|
||||
// Initialize progname which will be used in error messages.
|
||||
tuklib_progname_init(argv);
|
||||
|
||||
#ifdef HAVE_PLEDGE
|
||||
|
|
Loading…
Reference in New Issue