[asterisk-commits] twilson: branch twilson/calendaring r158068 - /team/twilson/calendaring/inclu...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Nov 20 11:40:23 CST 2008


Author: twilson
Date: Thu Nov 20 11:40:23 2008
New Revision: 158068

URL: http://svn.digium.com/view/asterisk?view=rev&rev=158068
Log:
Larn too speel

Modified:
    team/twilson/calendaring/include/asterisk/calendar.h

Modified: team/twilson/calendaring/include/asterisk/calendar.h
URL: http://svn.digium.com/view/asterisk/team/twilson/calendaring/include/asterisk/calendar.h?view=diff&rev=158068&r1=158067&r2=158068
==============================================================================
--- team/twilson/calendaring/include/asterisk/calendar.h (original)
+++ team/twilson/calendaring/include/asterisk/calendar.h Thu Nov 20 11:40:23 2008
@@ -95,7 +95,7 @@
 		AST_STRING_FIELD(location);
 		AST_STRING_FIELD(uid);
 	);
-	struct ast_calendar *owner;   /*!< The calendar that ownes this event */
+	struct ast_calendar *owner;   /*!< The calendar that owns this event */
 	time_t start;        /*!< Start of event (UTC) */
 	time_t end;          /*!< End of event (UTC) */
 	time_t alarm;        /*!< Time for event notification */




More information about the asterisk-commits mailing list