diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-11-26 16:36:44 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-11-26 16:36:44 +0000 |
commit | 9a96837b89a0f6b2b5b2c99063e5faeda53d88c6 (patch) | |
tree | 764bc2146802b2e35d5b54cf2afb4f428372186a /modules/aggregator/aggregator.module | |
parent | 22444f2fedf0fbe34423128ede822adc0f82e411 (diff) | |
download | brdo-9a96837b89a0f6b2b5b2c99063e5faeda53d88c6.tar.gz brdo-9a96837b89a0f6b2b5b2c99063e5faeda53d88c6.tar.bz2 |
- Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: fixed minor spelling issues and fixed spacing issues.
Diffstat (limited to 'modules/aggregator/aggregator.module')
-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)) { |