diff options
Diffstat (limited to 'Command')
-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 $ |