1
0
mirror of https://git.tukaani.org/xz.git synced 2025-03-01 14:10:47 +00:00

xzdec: Fix language in a comment

(cherry picked from commit e34dbd6a0ae7a560a5508d51fc0bd142c5a320dc)
This commit is contained in:
Lasse Collin 2025-01-01 15:06:15 +02:00
parent 5a208b0c92
commit 33899ee86d
No known key found for this signature in database
GPG Key ID: 38EE757D69184620

View File

@ -392,7 +392,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