diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-09-21 23:35:30 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-09-21 23:35:30 +0200 |
commit | 67231ed9a75eafe5b417e4525e3d80b1a3f8826b (patch) | |
tree | 7fe824b836216d6915b209dd61f43d9fe258a3c5 /lib/private | |
parent | 5226ec1d4ae2df09e93c43687380d081567c0d34 (diff) | |
parent | a165710e99edae933b571b475ec13e72b2e89428 (diff) | |
download | nextcloud-server-67231ed9a75eafe5b417e4525e3d80b1a3f8826b.tar.gz nextcloud-server-67231ed9a75eafe5b417e4525e3d80b1a3f8826b.zip |
Merge pull request #19231 from phil-davis/r1
Minor text typos
Diffstat (limited to 'lib/private')
-rw-r--r-- | lib/private/activity/event.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/activity/event.php b/lib/private/activity/event.php index fe6fc485b7b..247113d54a9 100644 --- a/lib/private/activity/event.php +++ b/lib/private/activity/event.php @@ -90,7 +90,7 @@ class Event implements IEvent { } /** - * Set the author of the activity + * Set the timestamp of the activity * * @param int $timestamp * @return IEvent |