summaryrefslogtreecommitdiffstats
path: root/fetcher/feedfetcher.php
diff options
context:
space:
mode:
Diffstat (limited to 'fetcher/feedfetcher.php')
-rw-r--r--fetcher/feedfetcher.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetcher/feedfetcher.php b/fetcher/feedfetcher.php
index 81b91738e..3427331b4 100644
--- a/fetcher/feedfetcher.php
+++ b/fetcher/feedfetcher.php
@@ -109,7 +109,7 @@ class FeedFetcher implements IFeedFetcher {
private function decodeTwice($string) {
- // behold! ' is not converted by PHP thats why we need to do it
+ // behold! ' is not converted by PHP that's why we need to do it
// manually (TM)
return str_replace(''', '\'',
html_entity_decode(
@@ -137,7 +137,7 @@ class FeedFetcher implements IFeedFetcher {
$guid = $simplePieItem->get_id();
$item->setGuid($guid);
- // purification is done in the businesslayer
+ // purification is done in the service layer
$item->setBody($simplePieItem->get_content());
// pubdate is not required. if not given use the current date