pierrick                                 Mon, 08 Aug 2011 11:30:56 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=314482

Log:
Fix typo

Changed paths:
    U   php/php-src/branches/PHP_5_3/Zend/zend_hash.c
    U   php/php-src/branches/PHP_5_4/Zend/zend_hash.c
    U   php/php-src/trunk/Zend/zend_hash.c

Modified: php/php-src/branches/PHP_5_3/Zend/zend_hash.c
===================================================================
--- php/php-src/branches/PHP_5_3/Zend/zend_hash.c       2011-08-08 11:26:32 UTC 
(rev 314481)
+++ php/php-src/branches/PHP_5_3/Zend/zend_hash.c       2011-08-08 11:30:56 UTC 
(rev 314482)
@@ -1169,7 +1169,7 @@
        }
 }

-/* 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)

Modified: php/php-src/branches/PHP_5_4/Zend/zend_hash.c
===================================================================
--- php/php-src/branches/PHP_5_4/Zend/zend_hash.c       2011-08-08 11:26:32 UTC 
(rev 314481)
+++ php/php-src/branches/PHP_5_4/Zend/zend_hash.c       2011-08-08 11:30:56 UTC 
(rev 314482)
@@ -1207,7 +1207,7 @@
        }
 }

-/* 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)

Modified: php/php-src/trunk/Zend/zend_hash.c
===================================================================
--- php/php-src/trunk/Zend/zend_hash.c  2011-08-08 11:26:32 UTC (rev 314481)
+++ php/php-src/trunk/Zend/zend_hash.c  2011-08-08 11:30:56 UTC (rev 314482)
@@ -1207,7 +1207,7 @@
        }
 }

-/* 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)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to