From: Travis Cross Date: Sat, 30 Aug 2014 00:52:16 +0000 (+0000) Subject: Fix comment spelling X-Git-Tag: v1.4.8~3^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f2eac6876933b7712e44e2febf86bd4166d57b8;p=thirdparty%2Ffreeswitch.git Fix comment spelling --- diff --git a/src/mod/applications/mod_hash/mod_hash.c b/src/mod/applications/mod_hash/mod_hash.c index 53df2fa125..37ebfd95f5 100644 --- a/src/mod/applications/mod_hash/mod_hash.c +++ b/src/mod/applications/mod_hash/mod_hash.c @@ -158,7 +158,7 @@ SWITCH_LIMIT_INCR(limit_incr_hash) */ increment = !switch_core_hash_find(pvt->hash, hashkey); } else { - /* This is the first limit check on this channel, create a hashtable, set our prviate data */ + /* This is the first limit check on this channel, create a hashtable, set our private data */ pvt = (limit_hash_private_t *) switch_core_session_alloc(session, sizeof(limit_hash_private_t)); memset(pvt, 0, sizeof(limit_hash_private_t)); switch_core_hash_init(&pvt->hash);