Skip to content

Commit 124a867

Browse files
vlajoslaruence
authored andcommitted
Typo fix (greater then => greater than)
1 parent 640e72c commit 124a867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/head.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ PHPAPI int php_setcookie(char *name, int name_len, char *value, int value_len, t
131131
efree(dt);
132132
efree(cookie);
133133
efree(encoded_value);
134-
zend_error(E_WARNING, "Expiry date cannot have a year greater then 9999");
134+
zend_error(E_WARNING, "Expiry date cannot have a year greater than 9999");
135135
return FAILURE;
136136
}
137137
strlcat(cookie, dt, len + 100);

0 commit comments

Comments
 (0)