mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-05 18:30:24 -08:00
Fix spelling
This commit is contained in:
parent
5277c82c85
commit
0f3d6e08d1
7 changed files with 12 additions and 12 deletions
|
|
@ -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 <gc.h>, 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");
|
||||
|
|
|
|||
|
|
@ -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 <gc.h>, 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");
|
||||
|
|
|
|||
4
src/aclocal.m4
vendored
4
src/aclocal.m4
vendored
|
|
@ -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 <stdio.h>
|
||||
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}])])
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
8
src/configure
vendored
8
src/configure
vendored
|
|
@ -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; }
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
<para>&ECL; implements all stream types described in &ANSI;. Additionally,
|
||||
when configured with option <option>--enable-clos-streams</option>, &ECL;
|
||||
includes a version of Gray streams where any object that implements the
|
||||
appropiate methods (<function>stream-input-p</function>,
|
||||
appropriate methods (<function>stream-input-p</function>,
|
||||
<function>stream-read-char</function>, etc) is a valid argument for the
|
||||
functions that expect streams, such as <function>read</function>,
|
||||
<function>print</function>, etc.</para>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue