diff options
Diffstat (limited to 'modules/aggregator.module')
-rw-r--r-- | modules/aggregator.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aggregator.module b/modules/aggregator.module index 7adbb24b8..dae3f08b2 100644 --- a/modules/aggregator.module +++ b/modules/aggregator.module @@ -414,7 +414,7 @@ function aggregator_refresh($feed) { * Origionally from MagpieRSS (http://magpierss.sourceforge.net/). * * @param $date_str A string with a potentially W3C DTF date. - * @return A timestamp if parsed sucessfully or -1 if not. + * @return A timestamp if parsed successfully or -1 if not. */ function aggregator_parse_w3cdtf($date_str) { if (preg_match('/(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2})(:(\d{2}))?(?:([-+])(\d{2}):?(\d{2})|(Z))?/', $date_str, $match)) { |