]> granicus.if.org Git - php/commitdiff
Fix typo
authorPierrick Charron <pierrick@php.net>
Mon, 8 Aug 2011 11:30:56 +0000 (11:30 +0000)
committerPierrick Charron <pierrick@php.net>
Mon, 8 Aug 2011 11:30:56 +0000 (11:30 +0000)
Zend/zend_hash.c

index 4286ce9dc87659abf5471ac52c32ff685d32d391..506def0014a38274a40d7106d13bba905b8c203a 100644 (file)
@@ -1207,7 +1207,7 @@ ZEND_API int zend_hash_get_current_data_ex(HashTable *ht, void **pData, HashPosi
        }
 }
 
-/* This function changes key of currevt element without changing elements'
+/* This function changes key of current element without changing elements'
  * order. If element with target key already exists, it will be deleted first.
  */
 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)