diff options
author | Marcus Boerger <helly@php.net> | 2005-11-17 22:49:03 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2005-11-17 22:49:03 +0000 |
commit | 0be9760a600fc50637bb730bdadf350ae05e0faf (patch) | |
tree | ebabe12b133322ccb1bea1229d9bea2ac7005930 /ext/reflection/config.m4 | |
parent | 3d6e4e85b3fa6f27664993f1fedbf3da8b271aff (diff) | |
download | php-git-0be9760a600fc50637bb730bdadf350ae05e0faf.tar.gz |
- reflection not reflectino
Diffstat (limited to 'ext/reflection/config.m4')
-rwxr-xr-x | ext/reflection/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/config.m4 b/ext/reflection/config.m4 index 0136e6b351..7943795b0b 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 |