From 0f3d6e08d1db3f04abe1bb08b0f21e3bd2df36e7 Mon Sep 17 00:00:00 2001 From: Christopher Chavez Date: Fri, 11 Sep 2020 02:11:26 +0000 Subject: [PATCH] Fix spelling --- examples/threads/import/import.c | 2 +- examples/threads/import_win32/import.c | 2 +- src/aclocal.m4 | 4 ++-- src/c/pathname.d | 2 +- src/configure | 8 ++++---- src/configure.ac | 4 ++-- src/doc/old-manual/ansi_streams.xml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/examples/threads/import/import.c b/examples/threads/import/import.c index cd4290401..258dab916 100644 --- a/examples/threads/import/import.c +++ b/examples/threads/import/import.c @@ -80,7 +80,7 @@ int main(int narg, char **argv) * Here we spawn 10 threads using the OS functions. The * current version is for Unix and uses pthread_create. * Since we have included , pthread_create will be - * replaced with the appropiate routine from the garbage + * replaced with the appropriate routine from the garbage * collector. */ cl_object sym_print = c_string_to_object("PRINT"); diff --git a/examples/threads/import_win32/import.c b/examples/threads/import_win32/import.c index 23a481bca..6a14308a6 100644 --- a/examples/threads/import_win32/import.c +++ b/examples/threads/import_win32/import.c @@ -83,7 +83,7 @@ int main(int narg, char **argv) * Here we spawn 10 threads using the OS functions. The * current version is for Unix and uses pthread_create. * Since we have included , pthread_create will be - * replaced with the appropiate routine from the garbage + * replaced with the appropriate routine from the garbage * collector. */ sym_print = c_string_to_object("PRINT"); diff --git a/src/aclocal.m4 b/src/aclocal.m4 index cf011efd0..2afea3668 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -703,7 +703,7 @@ AC_SUBST(CL_FIXNUM_MAX) AC_SUBST(CL_FIXNUM_MIN) AC_SUBST(CL_INT_BITS) AC_SUBST(CL_LONG_BITS) -AC_MSG_CHECKING(appropiate type for fixnums) +AC_MSG_CHECKING(appropriate type for fixnums) if test -z "${CL_FIXNUM_TYPE}" ; then AC_RUN_IFELSE([AC_LANG_SOURCE([[#include int main() { @@ -778,7 +778,7 @@ int main() { }]])],[eval "`cat conftestval`"],[],[]) fi if test -z "${CL_FIXNUM_TYPE}" ; then -AC_MSG_ERROR(There is no appropiate integer type for the cl_fixnum type) +AC_MSG_ERROR(There is no appropriate integer type for the cl_fixnum type) fi AC_MSG_RESULT([${CL_FIXNUM_TYPE}])]) diff --git a/src/c/pathname.d b/src/c/pathname.d index 0507e606d..2ec922bad 100644 --- a/src/c/pathname.d +++ b/src/c/pathname.d @@ -872,7 +872,7 @@ coerce_to_file_pathname(cl_object pathname) /* * coerce_to_physical_pathname(P) converts P to a physical pathname, - * performing the appropiate transformation if P was a logical pathname. + * performing the appropriate transformation if P was a logical pathname. */ cl_object coerce_to_physical_pathname(cl_object x) diff --git a/src/configure b/src/configure index a194c82b7..b90a61cd7 100755 --- a/src/configure +++ b/src/configure @@ -1493,7 +1493,7 @@ Optional Packages: --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-cross-config=f supply configuration for a cross compiler --with-C-gmp Deprecated! See --enable-gmp - --with-system-gmp Derpecated! See --enable-gmp + --with-system-gmp Deprecated! See --enable-gmp --with-gmp=args Deprecated! See --with-gmp-args --with-gmp-args=args supply arguments for configuring GMP library --with-gmp-prefix=path prefix for system GMP includes and libraries @@ -7887,8 +7887,8 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking appropiate type for fixnums" >&5 -$as_echo_n "checking appropiate type for fixnums... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking appropriate type for fixnums" >&5 +$as_echo_n "checking appropriate type for fixnums... " >&6; } if test -z "${CL_FIXNUM_TYPE}" ; then if test "$cross_compiling" = yes; then : { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 @@ -7979,7 +7979,7 @@ fi fi if test -z "${CL_FIXNUM_TYPE}" ; then -as_fn_error $? "There is no appropiate integer type for the cl_fixnum type" "$LINENO" 5 +as_fn_error $? "There is no appropriate integer type for the cl_fixnum type" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${CL_FIXNUM_TYPE}" >&5 $as_echo "${CL_FIXNUM_TYPE}" >&6; } diff --git a/src/configure.ac b/src/configure.ac index e9c5f514a..286faa87a 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -76,7 +76,7 @@ AC_ARG_WITH(C-gmp, AC_ARG_WITH(system-gmp, AS_HELP_STRING( [--with-system-gmp], - [Derpecated! See --enable-gmp]), + [Deprecated! See --enable-gmp]), [], [with_system_gmp="auto"]) AC_ARG_WITH(gmp, @@ -715,7 +715,7 @@ dnl CFLAGS="${CFLAGS} -fstrict-aliasing" dnl fi dnl ---------------------------------------------------------------------- -dnl Check the appropiate type for cl_fixnum/cl_index +dnl Check the appropriate type for cl_fixnum/cl_index ECL_FIXNUM_TYPE ECL_INTEGER_TYPES diff --git a/src/doc/old-manual/ansi_streams.xml b/src/doc/old-manual/ansi_streams.xml index 044f97e15..1165b7ce3 100644 --- a/src/doc/old-manual/ansi_streams.xml +++ b/src/doc/old-manual/ansi_streams.xml @@ -16,7 +16,7 @@ &ECL; implements all stream types described in &ANSI;. Additionally, when configured with option , &ECL; includes a version of Gray streams where any object that implements the - appropiate methods (stream-input-p, + appropriate methods (stream-input-p, stream-read-char, etc) is a valid argument for the functions that expect streams, such as read, print, etc.