1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 13:44:12 +02:00

Merge pull request #5020 from marc1706/ticket/15424

[ticket/15424] Multiple typo fixes in docs & comments
This commit is contained in:
Marc Alexander
2017-11-01 12:27:13 +01:00
54 changed files with 75 additions and 75 deletions

View File

@@ -17,7 +17,7 @@ namespace phpbb\feed;
* Active Topics feed
*
* This will give you the last {$this->num_items} topics
* with replies made withing the last {$this->sort_days} days
* with replies made within the last {$this->sort_days} days
* including the last post.
*/
class topics_active extends topic_base