diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-11-18 16:28:49 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-11-18 16:30:59 +0300 |
commit | 52d66c5783d39a23027102c3087eac8ef1c0f02f (patch) | |
tree | 6f75f5af844e4110ebea49954be8b966d4351f0f /configure.ac | |
parent | 02ab80c1f94ef89f5cf247a6d8baa7e612e51f25 (diff) | |
download | sciteco-52d66c5783d39a23027102c3087eac8ef1c0f02f.tar.gz |
fixed some common typos: "ie." and "eg.", "ocur" instead of "occur"
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 12faf4c..32e9612 100644 --- a/configure.ac +++ b/configure.ac @@ -341,7 +341,7 @@ case $INTERFACE in # This is detectable at runtime on PDCursesMod using PDC_get_version(). # "Classic" PDCurses however does not allow runtime or compile-time checks for - # discerning eg. WinCon from SDL. + # discerning e.g. WinCon from SDL. if [[ $INTERFACE = pdcurses-gui ]]; then AC_DEFINE(PDCURSES_GUI, 1, [PDCurses with GUI window]) fi @@ -423,7 +423,7 @@ if [[ $malloc_replacement = yes ]]; then AC_DEFINE(HAVE_MALLOC_TRIM, 1, [Define to 1 if you have the `malloc_trim' function.]) else # NOTE: We don't check for malloc_footprint() since even if existing, - # it cannot be guaranteed to work (eg. as in dlmalloc with HAVE_MORECORE=1). + # it cannot be guaranteed to work (e.g. as in dlmalloc with HAVE_MORECORE=1). AC_CHECK_HEADERS([malloc.h malloc_np.h]) AC_CHECK_FUNCS([malloc_trim], [ AC_CHECK_DECLS([malloc_trim], , , [ |