]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Build: Fix a typo in autogen.sh
authorFiras Khalil Khana <firasuke@gmail.com>
Tue, 10 Sep 2024 09:30:32 +0000 (12:30 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 18 Sep 2024 17:53:04 +0000 (20:53 +0300)
Fixes: e9be74f5b129fe8a5388d588e68b1b7f5168a310
Closes: https://github.com/tukaani-project/xz/pull/141
(cherry picked from commit 80ffa38f56657257ed4d90d76f6bd2f2bcb8163c)

autogen.sh

index 3ac75e84c2ff36b91d0169a026cc8f05b6aa0c42..231344d4de2c08ca08d9c02bf667dea3e97df04c 100755 (executable)
@@ -19,7 +19,7 @@ ${AUTOMAKE:-automake} -acf --foreign
 
 # Generate the translated man pages if the "po4a" tool is available.
 # This is *NOT* done by "autoreconf -fi" or when "make" is run.
-# Pass --no-po4a o this script to skip this step.
+# Pass --no-po4a to this script to skip this step.
 # It can be useful when you know that po4a isn't available and
 # don't want autogen.sh to exit with non-zero exit status.
 generate_po4a="y"