From a4d8deb6e5d5272e917b69def9c121aa020ff54f Mon Sep 17 00:00:00 2001 From: David Eriksson Date: Tue, 20 Feb 2001 15:12:31 +0000 Subject: [PATCH] Corrected typo in config.m4 --- ext/satellite/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/satellite/config.m4 b/ext/satellite/config.m4 index 501bf96107..d9eb2ce69f 100644 --- a/ext/satellite/config.m4 +++ b/ext/satellite/config.m4 @@ -17,7 +17,7 @@ if test "$PHP_SATELLITE" != "no"; then dnl check for symbol giop_skip_atexit in libIIOP AC_CHECK_LIB(IIOP, giop_skip_atexit, [true], [ - AC_MSG_ERROR([You need a CVS version of ORBit, please read ext/satallite/README]) + AC_MSG_ERROR([You need a CVS version of ORBit, please read ext/satellite/README]) ], `$orbit_config --libs client`) dnl ORBIT_CFLAGS=`$orbit_config --cflags client` -- 2.40.0