fix typo (s/sees/seeds/)

This commit is contained in:
Christian Flothmann
2025-09-07 13:12:46 +02:00
committed by Michael Grunder
parent d0b0c5cfdd
commit 25e6d5fcc2

View File

@@ -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;