diff options
author | 2013-07-28 20:15:20 -0400 | |
---|---|---|
committer | 2013-07-28 20:15:20 -0400 | |
commit | 4accfcbe3cc5ff2f4ae62164549ed611ad6be42f (patch) | |
tree | 1cc60bbfdad068857b71ea298e6602a86a4a9dea /Command/ImportFeed.hs | |
parent | 7ac458b44c0635dd75b127437c605b6d8dbfda36 (diff) |
improve comment
Diffstat (limited to 'Command/ImportFeed.hs')
-rw-r--r-- | Command/ImportFeed.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/ImportFeed.hs b/Command/ImportFeed.hs index 9094ce95b..27ccf07ff 100644 --- a/Command/ImportFeed.hs +++ b/Command/ImportFeed.hs @@ -118,7 +118,7 @@ defaultTemplate = "${feedtitle}/${itemtitle}${extension}" - - Since each feed url is only downloaded once, - if the file already exists, two items with different urls - - has the same title. A number is added to disambiguate. + - are conflicting. A number is added to disambiguate. -} feedFile :: Utility.Format.Format -> ToDownload -> IO FilePath feedFile tmpl i = makeUnique 1 $ |