]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix typo in comment
authorViktor Krykun <viktor@krykun.com>
Fri, 15 Jun 2012 07:23:46 +0000 (10:23 +0300)
committerTravis Cross <tc@traviscross.com>
Mon, 11 Feb 2013 16:41:57 +0000 (16:41 +0000)
Modified-by: Travis Cross <tc@traviscross.com>
Signed-off-by: Travis Cross <tc@traviscross.com>
libs/libzrtp/src/zrtp_protocol.c

index a98e53aa37d1bbf9029579f23f24d0fae266c09c..ae46a9e5d99eb6982c1c85400c708a345e4ce3b8 100644 (file)
@@ -1086,7 +1086,7 @@ zrtp_status_t _zrtp_machine_enter_secure(zrtp_stream_t* stream)
                session->zrtp->cb.event_cb.on_zrtp_protocol_event(stream, ZRTP_EVENT_IS_SECURE_DONE);
        }       
 
-       /* We have computed all subkeys from S0 and don't need it anylonger. */
+       /* We have computed all subkeys from S0 and don't need it any longer. */
        zrtp_wipe_zstring(ZSTR_GV(cc->s0));
 
        /* Clear DH crypto context */