From 52d66c5783d39a23027102c3087eac8ef1c0f02f Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 18 Nov 2024 16:28:49 +0300 Subject: fixed some common typos: "ie." and "eg.", "ocur" instead of "occur" --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') 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], , , [ -- cgit v1.2.3