From 0be9760a600fc50637bb730bdadf350ae05e0faf Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Thu, 17 Nov 2005 22:49:03 +0000 Subject: [PATCH] - reflection not reflectino --- ext/reflection/config.m4 | 2 +- ext/reflection/config.w32 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/reflection/config.m4 b/ext/reflection/config.m4 index 0136e6b3515..7943795b0b7 100755 --- a/ext/reflection/config.m4 +++ b/ext/reflection/config.m4 @@ -6,7 +6,7 @@ PHP_ARG_ENABLE(reflection, whether to enable reflection support, if test "$PHP_REFLECTION" != "no"; then if test "$ext_shared" = "yes"; then - AC_MSG_ERROR(Cannot build reflectino as a shared module) + AC_MSG_ERROR(Cannot build reflection as a shared module) fi PHP_NEW_EXTENSION(reflection, php_reflection.c) fi diff --git a/ext/reflection/config.w32 b/ext/reflection/config.w32 index 7e74059cc44..330fc322178 100755 --- a/ext/reflection/config.w32 +++ b/ext/reflection/config.w32 @@ -4,6 +4,6 @@ ARG_ENABLE("reflection", "disable reflection support", "yes"); if (PHP_REFLECTION != "no") { - EXTENSION("reflectino", "php_reflection.c"); + EXTENSION("reflection", "php_reflection.c"); }