mirror of
https://github.com/php-win-ext/phpredis.git
synced 2026-03-24 00:52:16 +01:00
fix typo (s/sees/seeds/)
This commit is contained in:
committed by
Michael Grunder
parent
d0b0c5cfdd
commit
25e6d5fcc2
@@ -3105,7 +3105,7 @@ static zend_string **get_valid_seeds(HashTable *input, uint32_t *nseeds) {
|
||||
zval *z_seed;
|
||||
zend_string *zkey, **seeds = NULL;
|
||||
|
||||
/* Short circuit if we don't have any sees */
|
||||
/* Short circuit if we don't have any seeds */
|
||||
count = zend_hash_num_elements(input);
|
||||
if (count == 0)
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user