Skip to content

Commit

Permalink
Merge pull request #97 from mpscholten/fix-typo
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
qnikst authored Aug 14, 2024
2 parents 59080c4 + fc00786 commit 119deab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/HaskellNet/IMAP/Parsers.hs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ pListLine list =
return $ Right (attrs, sep, mbox)
where parseAttr =
do char '\\'
choice [ string "Noinferior" >> return Noinferiors
choice [ string "Noinferiors" >> return Noinferiors
, string "Noselect" >> return Noselect
, string "Marked" >> return Marked
, string "Unmarked" >> return Unmarked
Expand Down

0 comments on commit 119deab

Please sign in to comment.