[Pkg-owncloud-commits] [php-sabre-vobject] 309/341: Fixed typos
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabre-vobject.
commit b0f93bdb79f496d17e2458b51d24fd1d35ec5cf4
Author: Dominik Tobschall <dominik at fruux.com>
Date: Wed Jul 8 09:55:47 2015 +0200
Fixed typos
---
CHANGELOG.md | 4 ++--
lib/FreeBusyGenerator.php | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7af5dbf..8c79a28 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,7 +11,7 @@ ChangeLog
forward between jCal and iCalendar.
* Properties, Components and Parameters now implement PHP's `JsonSerializable`
interface.
-* #139: We now accept `DateTimeInterface` whereever it accepted `DateTime`
+* #139: We now accept `DateTimeInterface` wherever it accepted `DateTime`
before in arguments. This means that either `DateTime` or
`DateTimeImmutable` may be used everywhere.
* #139: We now _always_ return `DateTimeImmutable` from any method. This could
@@ -565,7 +565,7 @@ ChangeLog
* Added: A new 'Compound' property, that can automatically split up parts for
properties such as N, ADR, ORG and CATEGORIES.
* Added: Splitter classes, that can split up large objects (such as exports)
- into individual objects (thanks @DominikTO and @armin-hackmann).
+ into individual objects (thanks @DominikTo and @armin-hackmann).
* Added: VFREEBUSY component, which allows easily checking wether timeslots are
available.
* Added: The Reader class now has a 'FORGIVING' option, which allows it to parse
diff --git a/lib/FreeBusyGenerator.php b/lib/FreeBusyGenerator.php
index 7484c11..cb4e39b 100644
--- a/lib/FreeBusyGenerator.php
+++ b/lib/FreeBusyGenerator.php
@@ -116,7 +116,7 @@ class FreeBusyGenerator {
/**
* Sets the input objects.
*
- * You must either specify a valendar object as a strong, or as the parse
+ * You must either specify a valendar object as a string, or as the parse
* Component.
* It's also possible to specify multiple objects as an array.
*
--
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