diff options
author | Stefan Weil <sw@weilnetz.de> | 2016-04-06 12:14:52 +0200 |
---|---|---|
committer | Stefan Weil <sw@weilnetz.de> | 2016-04-06 15:08:27 +0200 |
commit | 02e226a6b3f77c96690f873e8f71b512359e58df (patch) | |
tree | 53ff6c821f1596edd004c507822c34b6c66f36f3 /tests/lib/datetimeformatter.php | |
parent | dda739c0cc3b584d89e0745b2cd9eb9599124d28 (diff) | |
download | nextcloud-server-02e226a6b3f77c96690f873e8f71b512359e58df.tar.gz nextcloud-server-02e226a6b3f77c96690f873e8f71b512359e58df.zip |
tests: Fix typos (found by codespell)
Fix also a small grammar issue.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'tests/lib/datetimeformatter.php')
-rw-r--r-- | tests/lib/datetimeformatter.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/datetimeformatter.php b/tests/lib/datetimeformatter.php index 9a50ee4a257..bf1ef3b84dc 100644 --- a/tests/lib/datetimeformatter.php +++ b/tests/lib/datetimeformatter.php @@ -42,7 +42,7 @@ class DateTimeFormatter extends TestCase { } public function formatTimeSpanData() { - $time = 1416916800; // Use a fixed timestamp so we dont switch days/years with the getTimestampAgo + $time = 1416916800; // Use a fixed timestamp so we don't switch days/years with the getTimestampAgo $deL10N = new \OC_L10N('lib', 'de'); return array( array('seconds ago', $time, $time), @@ -80,7 +80,7 @@ class DateTimeFormatter extends TestCase { } public function formatDateSpanData() { - $time = 1416916800; // Use a fixed timestamp so we dont switch days/years with the getTimestampAgo + $time = 1416916800; // Use a fixed timestamp so we don't switch days/years with the getTimestampAgo $deL10N = new \OC_L10N('lib', 'de'); return array( // Normal testing |