From 7bdcba172030b6c4aedf3e00514af1a857a04593 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 31 Mar 2005 21:18:08 +0000 Subject: - Patch #19739 by Uwe: corrected many typo's in the documentation and code comments --- modules/aggregator/aggregator.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/aggregator') diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module index 2374afd9c..d7bfbf3b3 100644 --- a/modules/aggregator/aggregator.module +++ b/modules/aggregator/aggregator.module @@ -413,7 +413,7 @@ function aggregator_refresh($feed) { * Parse the W3C date/time format, a subset of ISO 8601. PHP date parsing * functions do not handle this format. * See http://www.w3.org/TR/NOTE-datetime for more information. - * Origionally from MagpieRSS (http://magpierss.sourceforge.net/). + * Originally from MagpieRSS (http://magpierss.sourceforge.net/). * * @param $date_str A string with a potentially W3C DTF date. * @return A timestamp if parsed successfully or -1 if not. -- cgit v1.2.3