[svn-commits] twilson: branch 1.8 r310039 - /branches/1.8/res/res_calendar.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Mar 8 12:10:53 CST 2011


Author: twilson
Date: Tue Mar  8 12:10:50 2011
New Revision: 310039

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=310039
Log:
Spelling fix in "calendar show calandar"

s/Cartegories/Catagories/

(closes issue #18931)
Reported by: pdugas
Patches: 
      res_calendar.c.patch uploaded by pdugas (license 1222)

Review: [full review board URL with trailing slash]

Modified:
    branches/1.8/res/res_calendar.c

Modified: branches/1.8/res/res_calendar.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/res/res_calendar.c?view=diff&rev=310039&r1=310038&r2=310039
==============================================================================
--- branches/1.8/res/res_calendar.c (original)
+++ branches/1.8/res/res_calendar.c Tue Mar  8 12:10:50 2011
@@ -1518,7 +1518,7 @@
 		ast_cli(a->fd, FORMAT2, "Description", event->description);
 		ast_cli(a->fd, FORMAT2, "Organizer", event->organizer);
 		ast_cli(a->fd, FORMAT2, "Location", event->location);
-		ast_cli(a->fd, FORMAT2, "Cartegories", event->categories);
+		ast_cli(a->fd, FORMAT2, "Categories", event->categories);
 		ast_cli(a->fd, "%-12.12s: %d\n", "Priority", event->priority);
 		ast_cli(a->fd, FORMAT2, "UID", event->uid);
 		ast_cli(a->fd, FORMAT2, "Start", epoch_to_string(buf, sizeof(buf), event->start));




More information about the svn-commits mailing list