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:07:50 +0200 |
commit | b8e12f5ab4c9fd3cb09a4330b2861f6b979ababd (patch) | |
tree | f7074aa35bf55f1ef5fc8361f93408af92dc9ba7 /Makefile.am | |
parent | Update NEWS for 5.2.5. (diff) | |
download | xz-b8e12f5ab4c9fd3cb09a4330b2861f6b979ababd.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 \ |