[svn-commits] russell: trunk r104031 - /trunk/channels/chan_sip.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Feb 21 15:27:25 CST 2008


Author: russell
Date: Thu Feb 21 15:27:24 2008
New Revision: 104031

URL: http://svn.digium.com/view/asterisk?view=rev&rev=104031
Log:
fix a typo

Modified:
    trunk/channels/chan_sip.c

Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_sip.c?view=diff&rev=104031&r1=104030&r2=104031
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Thu Feb 21 15:27:24 2008
@@ -729,7 +729,7 @@
  * 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 */




More information about the svn-commits mailing list