diff options
Diffstat (limited to 'modules/aggregator')
-rw-r--r-- | modules/aggregator/aggregator.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module index 30fdfd590..8f0c902c2 100644 --- a/modules/aggregator/aggregator.module +++ b/modules/aggregator/aggregator.module @@ -767,7 +767,7 @@ function aggregator_parse_feed(&$data, $feed) { /* ** Save this item. Try to avoid duplicate entries as much as ** possible. If we find a duplicate entry, we resolve it and - ** pass along it's ID such that we can update it if needed. + ** pass along its ID is such that we can update it if needed. */ if (!empty($guid)) { |