From f905bb1c0fe552aaa1628e1043e8810d2c6a07a8 Mon Sep 17 00:00:00 2001
From: Leif Madsen <leif@leifmadsen.com>
Date: Wed, 21 Apr 2010 13:26:28 +0000
Subject: [PATCH] Fix the \brief description in the res_calendar_*.c files.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@258265 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 res/res_calendar_caldav.c    | 2 +-
 res/res_calendar_exchange.c  | 2 +-
 res/res_calendar_icalendar.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/res/res_calendar_caldav.c b/res/res_calendar_caldav.c
index c7c8f2f0bf..5cf9c99aaa 100644
--- a/res/res_calendar_caldav.c
+++ b/res/res_calendar_caldav.c
@@ -17,7 +17,7 @@
  */
 
 /*! \file
- * \brief Resource for handling iCalnedar calendars
+ * \brief Resource for handling CalDAV calendars
  */
 
 /*** MODULEINFO
diff --git a/res/res_calendar_exchange.c b/res/res_calendar_exchange.c
index 8bead3a7ea..a681466233 100644
--- a/res/res_calendar_exchange.c
+++ b/res/res_calendar_exchange.c
@@ -17,7 +17,7 @@
  */
 
 /*! \file
- * \brief Resource for handling iCalnedar calendars
+ * \brief Resource for handling MS Exchange calendars
  */
 
 /*** MODULEINFO
diff --git a/res/res_calendar_icalendar.c b/res/res_calendar_icalendar.c
index 44febe75b2..096eac1d09 100644
--- a/res/res_calendar_icalendar.c
+++ b/res/res_calendar_icalendar.c
@@ -17,7 +17,7 @@
  */
 
 /*! \file
- * \brief Resource for handling iCalnedar calendars
+ * \brief Resource for handling iCalendar calendars
  */
 
 /*** MODULEINFO
-- 
GitLab