From 90257dbf3995e277a579623a7f29120ec415030d Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Tue, 4 Feb 2014 13:31:48 +0100 Subject: [PATCH] fix typo --- lib/object.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/object.php b/lib/object.php index 27624b0e..54f95272 100644 --- a/lib/object.php +++ b/lib/object.php @@ -172,7 +172,7 @@ class OC_Calendar_Object{ if($shared && isset($vevent->CLASS) && (string)$vevent->CLASS !== 'PUBLIC') { throw new Sabre_DAV_Exception_PreconditionFailed( OC_Calendar_App::$l10n->t( - 'You do cannot add non-public events to a shared calendar.' + 'You cannot add non-public events to a shared calendar.' ) ); }