mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
typo fix
This commit is contained in:
parent
95ca9db755
commit
d19a44a6aa
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ PHP_FUNCTION(levenshtein)
|
||||||
|
|
||||||
distance = custom_levdist((*str1)->value.str.val
|
distance = custom_levdist((*str1)->value.str.val
|
||||||
, (*str2)->value.str.val
|
, (*str2)->value.str.val
|
||||||
, (*callback_name)->value.str.lval
|
, (*callback_name)->value.str.val
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue