]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix comment spelling
authorTravis Cross <tc@traviscross.com>
Sat, 30 Aug 2014 01:19:09 +0000 (01:19 +0000)
committerTravis Cross <tc@traviscross.com>
Sat, 30 Aug 2014 01:19:09 +0000 (01:19 +0000)
src/mod/applications/mod_hash/mod_hash.c

index 37ebfd95f5affa5a17458d562e6b28394436aae3..0f040f50933897bbab1075d87d20ec2e3f55fa77 100644 (file)
@@ -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);