From 5f0b30cd7c97b31267b7c1862bb7a487dc598247 Mon Sep 17 00:00:00 2001 From: Viktor Krykun Date: Fri, 15 Jun 2012 10:23:46 +0300 Subject: [PATCH] Fix typo in comment Modified-by: Travis Cross Signed-off-by: Travis Cross --- libs/libzrtp/src/zrtp_protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libzrtp/src/zrtp_protocol.c b/libs/libzrtp/src/zrtp_protocol.c index a98e53aa37..ae46a9e5d9 100644 --- a/libs/libzrtp/src/zrtp_protocol.c +++ b/libs/libzrtp/src/zrtp_protocol.c @@ -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 */