diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2020-03-23 18:07:50 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2020-03-23 18:08:31 +0200 |
commit | 968bbfea09447a4f52e856bb97301aca80e40dcb (patch) | |
tree | aaf746d05c87ef452da3779100632b56154dc5fc /Makefile.am | |
parent | Bump version and soname for 5.2.5. (diff) | |
download | xz-968bbfea09447a4f52e856bb97301aca80e40dcb.tar.xz |
Typo fixes from fossies.org.
https://fossies.org/linux/misc/xz-5.2.5.tar.xz/codespell.html
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3a634991..e5b1265e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,7 +64,7 @@ EXTRA_DIST = \ ACLOCAL_AMFLAGS = -I m4 -# List of man pages to conver to PDF and plain text in the dist-hook target. +# List of man pages to convert to PDF and plain text in the dist-hook target. manfiles = \ src/xz/xz.1 \ src/xzdec/xzdec.1 \ |