From cfac77d02fff16569e2e4b51af9ce6744477a72c Mon Sep 17 00:00:00 2001 From: Jakub Adam Date: Sun, 20 May 2012 22:02:28 +0200 Subject: [PATCH] sdpmsg: fix a typo UNKOWN -> UNKNOWN --- src/core/sdpmsg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/sdpmsg.c b/src/core/sdpmsg.c index a35bc16b..8f38695d 100644 --- a/src/core/sdpmsg.c +++ b/src/core/sdpmsg.c @@ -455,7 +455,7 @@ candidates_to_string(GSList *candidates, SipeIceVersion ice_version) break; default: /* error unknown/unsupported type */ - protocol = "UNKOWN"; + protocol = "UNKNOWN"; break; } @@ -511,7 +511,7 @@ candidates_to_string(GSList *candidates, SipeIceVersion ice_version) break; default: /* error unknown/unsupported type */ - protocol = "UNKOWN"; + protocol = "UNKNOWN"; break; } -- 2.11.4.GIT