mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 21:22:09 +00:00
FS-10601: [freeswitch-core] accomodate should be accommodate #resolve
This commit is contained in:
@@ -93,7 +93,7 @@ switch_create_hashtable(switch_hashtable_t **hp, unsigned int minsize,
|
||||
static int
|
||||
hashtable_expand(switch_hashtable_t *h)
|
||||
{
|
||||
/* Double the size of the table to accomodate more entries */
|
||||
/* Double the size of the table to accommodate more entries */
|
||||
struct entry **newtable;
|
||||
struct entry *e;
|
||||
struct entry **pE;
|
||||
|
||||
Reference in New Issue
Block a user