From: Travis Cross Date: Sat, 30 Aug 2014 01:19:09 +0000 (+0000) Subject: Fix comment spelling X-Git-Tag: v1.4.8~3^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9481d9843cc135f8a23ac23fd16240ca89fada99;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 37ebfd95f5..0f040f5093 100644 --- a/src/mod/applications/mod_hash/mod_hash.c +++ b/src/mod/applications/mod_hash/mod_hash.c @@ -273,7 +273,7 @@ SWITCH_STANDARD_SCHED_FUNC(limit_hash_cleanup_callback) } } -/* !\brief Releases usage of a limit_hash-controlled ressource */ +/* !\brief Releases usage of a limit_hash-controlled resource */ SWITCH_LIMIT_RELEASE(limit_release_hash) { switch_channel_t *channel = switch_core_session_get_channel(session);