aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2011-03-08 18:19:46 +0000
committertwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2011-03-08 18:19:46 +0000
commit2e447e23792e5a4dc4e492daa5c97ecdd090da90 (patch)
tree0569942398c8742d2c36ebe43c84939c5152aedc
parent49675d8b89361ff3076e207a594bd62fe5a9a8b3 (diff)
Merged revisions 310039 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r310039 | twilson | 2011-03-08 10:10:50 -0800 (Tue, 08 Mar 2011) | 11 lines Spelling fix in "calendar show calendar" 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] ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@310045 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--res/res_calendar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_calendar.c b/res/res_calendar.c
index 235eedc4e..29fc70627 100644
--- a/res/res_calendar.c
+++ b/res/res_calendar.c
@@ -1559,7 +1559,7 @@ static char *handle_show_calendar(struct ast_cli_entry *e, int cmd, struct ast_c
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));