]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Spelling fix in "calendar show calendar"
authorTerry Wilson <twilson@digium.com>
Tue, 8 Mar 2011 18:10:50 +0000 (18:10 +0000)
committerTerry Wilson <twilson@digium.com>
Tue, 8 Mar 2011 18:10:50 +0000 (18:10 +0000)
s/Cartegories/Catagories/

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@310039 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_calendar.c

index 6e730a3b74e7307e86140cb5feeb521307f8f322..dee944f06a7b70aa1a4ee25f9a45b5f880f534bd 100644 (file)
@@ -1518,7 +1518,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));