From 10f329c0579c24a23f9345a21aa00e56f6755a40 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 19 Oct 2004 18:02:31 +0000 Subject: - Patch #11728 by Uwe Hermann: fixed some typos in the code comments, Doxygen documentation and screen output. Uwe: I dropped the 'iff' chunks as 'iff' stands for 'if and only if'. --- modules/aggregator/aggregator.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/aggregator/aggregator.module') diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module index 7adbb24b8..dae3f08b2 100644 --- a/modules/aggregator/aggregator.module +++ b/modules/aggregator/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)) { -- cgit v1.2.3