aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2012-12-15 20:01:02 +0200
committerLasse Collin <lasse.collin@tukaani.org>2012-12-15 20:01:02 +0200
commit75013db6d4d63c195bd8b8d45729b4be0665a812 (patch)
treec9dc83bbb4565446a732cd3c5c6184ae6c919bba /configure.ac
parentBuild: Bump gettext version requirement to 0.18. (diff)
downloadxz-75013db6d4d63c195bd8b8d45729b4be0665a812.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.ac2
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,