Index: res/res_calendar.c =================================================================== --- res/res_calendar.c (revision 309081) +++ res/res_calendar.c (working copy) @@ -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));