diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-03-06 17:53:29 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-03-07 08:34:55 +0100 |
commit | 99fe579d8f952512ca00ba81683dd51a45a86245 (patch) | |
tree | 0673b19358071cb21846b335f1f094c7b032260a /configure.ac | |
parent | 5dddf3546809c332a3de1e78a465798d2cb6eb94 (diff) | |
download | haskell-99fe579d8f952512ca00ba81683dd51a45a86245.tar.gz |
Typos in changelog and comments
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 ba5836d58c..949c3d06dc 100644 --- a/configure.ac +++ b/configure.ac @@ -442,7 +442,7 @@ fi # name (this is a known problem in the case of the Android NDK, which has # slightly odd triples). # -# It may be better to just do away with the GHC triples all together. This would +# It may be better to just do away with the GHC triples altogether. This would # all be taken care of for us if we configured the subprojects using # AC_CONFIG_DIR, but unfortunately Cabal needs to be the one to do the # configuration. |