From 9b611f01752f077a61f6225a4e18cb92bf7d0ac6 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Tue, 21 May 2013 02:00:43 +0000 Subject: [PATCH] Spelling fix --- src/mod/endpoints/mod_rtmp/mod_rtmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_rtmp/mod_rtmp.c b/src/mod/endpoints/mod_rtmp/mod_rtmp.c index ace3099774..ec31e75d1e 100644 --- a/src/mod/endpoints/mod_rtmp/mod_rtmp.c +++ b/src/mod/endpoints/mod_rtmp/mod_rtmp.c @@ -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) { /*