summaryrefslogtreecommitdiff
path: root/Zend/zend_attributes.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_attributes.c')
-rw-r--r--Zend/zend_attributes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_attributes.c b/Zend/zend_attributes.c
index ae07802b5b..f8d384301a 100644
--- a/Zend/zend_attributes.c
+++ b/Zend/zend_attributes.c
@@ -42,7 +42,7 @@ void validate_attribute(zend_attribute *attr, uint32_t target, zend_class_entry
if (Z_TYPE(flags) != IS_LONG) {
zend_error_noreturn(E_ERROR,
- "Attribute::__construct(): Argument #1 ($flags) must must be of type int, %s given",
+ "Attribute::__construct(): Argument #1 ($flags) must be of type int, %s given",
zend_zval_type_name(&flags)
);
}