Skip to content

Commit

Permalink
fix yet another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tony2001 committed Nov 21, 2004
1 parent b65cff0 commit 3222f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/standard/string.c
Original file line number Diff line number Diff line change
Expand Up @@ -4712,7 +4712,7 @@ PHP_FUNCTION(str_split)
}

if (split_length <= 0) {
php_error_docref(NULL TSRMLS_CC, E_WARNING, "The length of each segment must be greater then zero.");
php_error_docref(NULL TSRMLS_CC, E_WARNING, "The length of each segment must be greater than zero.");
RETURN_FALSE;
}

Expand Down

0 comments on commit 3222f1d

Please sign in to comment.