diff options
author | Phil Davis <phil.davis@inf.org> | 2015-09-21 23:04:25 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@inf.org> | 2015-09-21 23:04:25 +0545 |
commit | a165710e99edae933b571b475ec13e72b2e89428 (patch) | |
tree | a8889b6e766d2d68473abe979f882b9eb76a2928 /lib/private/activity | |
parent | c5f0ad49b0921cba7285cf134960d72c0034c141 (diff) | |
download | nextcloud-server-a165710e99edae933b571b475ec13e72b2e89428.tar.gz nextcloud-server-a165710e99edae933b571b475ec13e72b2e89428.zip |
Minor text typos
that I noticed while looking at some code.
Diffstat (limited to 'lib/private/activity')
-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 |