Skip to content

Commit 19b6735

Browse files
committed
Fix typo
1 parent cbd4f76 commit 19b6735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_hash.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@ ZEND_API int zend_hash_get_current_data_ex(HashTable *ht, void **pData, HashPosi
11691169
}
11701170
}
11711171

1172-
/* This function changes key of currevt element without changing elements'
1172+
/* This function changes key of current element without changing elements'
11731173
* order. If element with target key already exists, it will be deleted first.
11741174
*/
11751175
ZEND_API int zend_hash_update_current_key_ex(HashTable *ht, int key_type, const char *str_index, uint str_length, ulong num_index, int mode, HashPosition *pos)

0 commit comments

Comments
 (0)