]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
libzrtp: fix spelling in log message
authorTravis Cross <tc@traviscross.com>
Tue, 15 May 2012 22:26:29 +0000 (22:26 +0000)
committerTravis Cross <tc@traviscross.com>
Tue, 15 May 2012 22:28:18 +0000 (22:28 +0000)
libs/libzrtp/src/zrtp_pbx.c

index bb33b8006d69b792114dafd31046c1638f4dd1d9..3567d4a47bb03dfc6343ed0e27268613c86c66f3 100644 (file)
@@ -357,7 +357,7 @@ zrtp_status_t zrtp_register_with_trusted_mitm(zrtp_stream_t* stream)
        /* Passive Client endpoint should NOT generate PBX Secret. */
        if ((stream->mitm_mode == ZRTP_MITM_MODE_REG_CLIENT) &&
                (ZRTP_LICENSE_MODE_PASSIVE == stream->zrtp->lic_mode)) {
-               ZRTP_LOG(2,(_ZTU_,"WARNING: Passive Client endpoint should NOT generate PBX Secert.\n"));
+               ZRTP_LOG(2,(_ZTU_,"WARNING: Passive Client endpoint should NOT generate PBX Secret.\n"));
                return zrtp_status_bad_param;
        }