]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5819 fix typo
authorChris Rienzo <chris@rienzo.com>
Sat, 28 Sep 2013 02:23:23 +0000 (22:23 -0400)
committerChris Rienzo <chris@rienzo.com>
Sat, 28 Sep 2013 02:23:23 +0000 (22:23 -0400)
libs/sofia-sip/libsofia-sip-ua/sip/sip_feature.c

index e22b615aac877f3c0d810427ecc06a1adabd9b3a..e203964a82e18203ad0ff24b16df4822900a57df 100644 (file)
@@ -130,7 +130,7 @@ int sip_is_allowed(sip_allow_t const *allow,
                   sip_method_t method,
                   char const *name)
 {
-  int met = method;
+  int meth = method;
 
   if (meth < sip_method_unknown || !allow)
     return 0;