aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2012-08-24 16:27:31 +0300
committerLasse Collin <lasse.collin@tukaani.org>2012-08-24 16:27:31 +0300
commitab225620664e235637833be2329935f9d290ba80 (patch)
tree2acff0fddeb47d2a93d9d679deba1f9620c090eb /configure.ac
parentf3c1ec69d910175ffd431fd82968dd35cec806ed (diff)
downloadxz-ab225620664e235637833be2329935f9d290ba80.tar.gz
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 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,