[asterisk-commits] alecdavis: branch 10 r334621 - in /branches/10: ./ CHANGES apps/app_queue.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Sep 7 03:14:54 CDT 2011


Author: alecdavis
Date: Wed Sep  7 03:14:50 2011
New Revision: 334621

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=334621
Log:
Merged revisions 334620 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r334620 | alecdavis | 2011-09-07 20:12:49 +1200 (Wed, 07 Sep 2011) | 2 lines
  
  peroid typo
........

Modified:
    branches/10/   (props changed)
    branches/10/CHANGES
    branches/10/apps/app_queue.c

Propchange: branches/10/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.

Modified: branches/10/CHANGES
URL: http://svnview.digium.com/svn/asterisk/branches/10/CHANGES?view=diff&rev=334621&r1=334620&r2=334621
==============================================================================
--- branches/10/CHANGES (original)
+++ branches/10/CHANGES Wed Sep  7 03:14:50 2011
@@ -495,7 +495,7 @@
  * A new option, 'I' has been added to both app_queue and app_dial.
    By setting this option, Asterisk will not update the caller with
    connected line changes or redirecting party changes when they occur.
- * A 'relative-peroidic-announce' option has been added to queues.conf.  When
+ * A 'relative-periodic-announce' option has been added to queues.conf.  When
    enabled, this option will cause periodic announce times to be calculated
    from the end of announcements rather than from the beginning.
  * The autopause option in queues.conf can be passed a new value, "all." The

Modified: branches/10/apps/app_queue.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/apps/app_queue.c?view=diff&rev=334621&r1=334620&r2=334621
==============================================================================
--- branches/10/apps/app_queue.c (original)
+++ branches/10/apps/app_queue.c Wed Sep  7 03:14:50 2011
@@ -3359,7 +3359,7 @@
 	return 0;
 }
 
-/*! \brief Playback announcement to queued members if peroid has elapsed */
+/*! \brief Playback announcement to queued members if period has elapsed */
 static int say_periodic_announcement(struct queue_ent *qe, int ringing)
 {
 	int res = 0;




More information about the asterisk-commits mailing list