[Pkg-owncloud-commits] [php-sabre-vobject] 12/38: thnx @dominikTo
David Prévot
taffit at moszumanska.debian.org
Tue Sep 23 03:10:21 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch upstream
in repository php-sabre-vobject.
commit dc99f91824df3a665befc49a55043dbe8308a887
Author: Evert Pot <evert at rooftopsolutions.nl>
Date: Mon Sep 15 22:30:27 2014 +0100
thnx @dominikTo
---
ChangeLog.md | 2 +-
lib/Parameter.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ChangeLog.md b/ChangeLog.md
index 5d647ba..d8d795a 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -8,7 +8,7 @@ ChangeLog
* #118: iTip Message now has a `getScheduleStatus()` method.
* #119: Support for detecting 'significant changes'.
* #120: Support for `SCHEDULE-FORCE-SEND`.
-* #121: iCal demands parameters contain the + sign to be quoted.
+* #121: iCal demands parameters containing the + sign to be quoted.
* #122: Don't generate REPLY messages for events that have been cancelled.
3.3.1 (2014-08-18)
diff --git a/lib/Parameter.php b/lib/Parameter.php
index ca91019..e6975df 100644
--- a/lib/Parameter.php
+++ b/lib/Parameter.php
@@ -300,7 +300,7 @@ class Parameter extends Node {
// https://tools.ietf.org/html/rfc6868
//
// But we've found that iCal (7.0, shipped with OSX 10.9)
- // severaly trips on + characters not being quoted, so we
+ // severaly trips on + characters not being quoted, so we
// added + as well.
if (!preg_match('#(?: [\n":;\^,\+] )#x', $item)) {
return $out.$item;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git
More information about the Pkg-owncloud-commits
mailing list