summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2008-02-21 21:27:24 +0000
committerRussell Bryant <russell@russellbryant.com>2008-02-21 21:27:24 +0000
commit0bcd2ae4b0655514c76f0ed9ac49303986380791 (patch)
tree93900ad8eaeb6dff9a67ec9937f9641177854950 /channels
parentbfcbd6c9631e32bc1295fe7949b2035a76241ffe (diff)
fix a typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@104031 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 54e233aa8..458605b09 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 */