diff options
author | Gabor Greif <ggreif@gmail.com> | 2013-06-11 23:27:54 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2013-06-11 23:27:54 +0200 |
commit | 57fa43757e82d1906b87115020710a42d95eb4ec (patch) | |
tree | c3f57624756eac0b991579e890c24d9eef8affaa /aclocal.m4 | |
parent | 716c2ae49b5d0e917967507e0d6a17ca6e009218 (diff) | |
download | haskell-57fa43757e82d1906b87115020710a42d95eb4ec.tar.gz |
punctuation in comment
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index be0d113d36..2ab4ad5ddb 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1551,7 +1551,7 @@ if test "$RELEASE" = "NO"; then AC_MSG_RESULT(given $PACKAGE_VERSION) else AC_MSG_WARN([cannot determine snapshot version: no .git directory and no VERSION file]) - dnl We'd really rather this case didn't happenm but it might + dnl We'd really rather this case didn't happen, but it might dnl do (in particular, people using lndir trees may find that dnl the build system can't find any other date). If it does dnl happen, then we use the current date. |