From: David Eriksson Date: Tue, 20 Feb 2001 15:12:31 +0000 (+0000) Subject: Corrected typo in config.m4 X-Git-Tag: php-4.0.5RC1~231 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4d8deb6e5d5272e917b69def9c121aa020ff54f;p=php Corrected typo in config.m4 --- 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`