diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2012-08-24 16:27:31 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2012-08-24 16:27:31 +0300 |
commit | ab225620664e235637833be2329935f9d290ba80 (patch) | |
tree | 2acff0fddeb47d2a93d9d679deba1f9620c090eb /configure.ac | |
parent | xz: Add a warning to --help about alpha and beta versions. (diff) | |
download | xz-ab225620664e235637833be2329935f9d290ba80.tar.xz |
A few typo fixes to comments and the xz man page.
Thanks to Jim Meyering.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1641ca1d..fa186e26 100644 --- a/configure.ac +++ b/configure.ac @@ -534,7 +534,7 @@ AC_TYPE_UINTPTR_T AC_CHECK_SIZEOF([size_t]) # The command line tool can copy high resolution timestamps if such -# information is availabe in struct stat. Otherwise one second accuracy +# information is available in struct stat. Otherwise one second accuracy # is used. AC_CHECK_MEMBERS([ struct stat.st_atim.tv_nsec, |