From 0bcd2ae4b0655514c76f0ed9ac49303986380791 Mon Sep 17 00:00:00 2001 From: Russell Bryant <russell@russellbryant.com> Date: Thu, 21 Feb 2008 21:27:24 +0000 Subject: [PATCH] fix a typo git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@104031 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_sip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 54e233aa86..458605b091 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -729,7 +729,7 @@ static int global_max_se; /*!< Highest threshold for session * should be used to modify these values. */ static int suserobjs = 0; /*!< Static users */ static int ruserobjs = 0; /*!< Realtime users */ -static int speerobjs = 0; /*!< Statis peers */ +static int speerobjs = 0; /*!< Static peers */ static int rpeerobjs = 0; /*!< Realtime peers */ static int apeerobjs = 0; /*!< Autocreated peer objects */ static int regobjs = 0; /*!< Registry objects */ -- GitLab