comment typo

This commit is contained in:
Joey Hess 2025-09-29 10:46:51 -04:00
commit 3dec025d86
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -645,7 +645,7 @@ feedState url = fromRepo $ gitAnnexFeedState $ fromUrl url Nothing False
fromFeedText :: T.Text -> B.ByteString
fromFeedText = TE.encodeUtf8
{- Like Test.Feed.parseFeedFromFile, but ensures the close-on-exec bit is
{- Like Text.Feed.parseFeedFromFile, but ensures the close-on-exec bit is
- set when opening the file. -}
parseFeedFromFile' :: OsPath -> IO (Maybe Feed)
parseFeedFromFile' fp = parseFeedString <$> utf8readfile fp