]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Spelling fix
authorTravis Cross <tc@traviscross.com>
Tue, 21 May 2013 02:00:43 +0000 (02:00 +0000)
committerTravis Cross <tc@traviscross.com>
Fri, 7 Jun 2013 07:26:29 +0000 (07:26 +0000)
src/mod/endpoints/mod_rtmp/mod_rtmp.c

index ace3099774200dda43ee7e9aad97fe20e3427626..ec31e75d1e8fc3ea3fda42ba0b948c0ab1e08b53 100644 (file)
@@ -288,7 +288,7 @@ switch_status_t rtmp_on_hangup(switch_core_session_t *session)
         * If the session_rwlock is already locked, then there is a larger possibility that the rsession
         * is looping through because the rsession is trying to hang them up. If that is the case, then there
         * is really no reason to foce this hash_delete. Just timeout, and let the rsession handle the final cleanup 
-        * since it now checks for the existance of the FS session safely.
+        * since it now checks for the existence of the FS session safely.
         */
        if ( switch_thread_rwlock_trywrlock_timeout(rsession->session_rwlock, 10) == SWITCH_STATUS_SUCCESS) {
                /*