Changeset 595 for trunk

Show
Ignore:
Timestamp:
09/08/07 15:30:15 (15 months ago)
Author:
michiel
Message:

fix spelling error in comment

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/common/rss.php

    r572 r595  
    4444$url = $proto."://".$_SERVER["SERVER_NAME"].(substr($_SERVER["REQUEST_URI"], 0, strpos($_SERVER["REQUEST_URI"], "common/"))); 
    4545 
    46 /* most fiids have limit of 1 month */ 
     46/* most feeds have limit of 1 month */ 
    4747$max_time = mktime(0, 0, 0, date("m"), date("d")+1, date("Y")); 
    4848