diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2012-12-15 20:01:02 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2012-12-15 20:01:02 +0200 |
commit | 75013db6d4d63c195bd8b8d45729b4be0665a812 (patch) | |
tree | c9dc83bbb4565446a732cd3c5c6184ae6c919bba /configure.ac | |
parent | Build: Bump gettext version requirement to 0.18. (diff) | |
download | xz-75013db6d4d63c195bd8b8d45729b4be0665a812.tar.xz |
A few typo fixes to comments and the xz man page.
Thanks to Jim Meyering.
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b02dd416..550f0e9f 100644 --- a/configure.ac +++ b/configure.ac @@ -498,7 +498,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, |