FS-10601: [freeswitch-core] accomodate should be accommodate #resolve

This commit is contained in:
Anthony Minessale
2017-08-21 17:09:24 -05:00
parent 10dfc93cdf
commit aef2487077
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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;