diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2019-11-06 16:13:39 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2019-11-06 16:13:39 +0100 |
| commit | f31d1b065dde40ea0d820211f606df4329d73a10 (patch) | |
| tree | 3eabfb3e300d1182855f1b67bb29b163ac99b084 /configure.ac | |
| parent | ed6842e5bd5365bdf593c952582f98d9325b3d80 (diff) | |
Fix typos
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 dbfd79f..72e7bfb 100644 --- a/configure.ac +++ b/configure.ac @@ -109,7 +109,7 @@ AS_IF([test "x$ac_cv_member_struct_dirent_d_type" != "xyes"], # support for d_ino (inode) in struct dirent is optional; if it's # available we can sort direntries by inode and access them in that # order; this is much faster on some file systems (such as extfs3). -# Explicity disabling it is for testing purposes only. +# Explicitly disabling it is for testing purposes only. AC_ARG_ENABLE([dirent-d-ino], AC_HELP_STRING([--disable-dirent-d-ino], [Don't use dirent->d_ino, even if you have it]), |
