Skip to content

Commit 459232f

Browse files
brandonchinn178ysangkok
authored andcommitted
Minor spelling improvements
1 parent f01e00e commit 459232f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Distribution/Server/Features/UserNotify.hs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -846,11 +846,11 @@ userNotifyFeature ServerEnv{serverBaseURI, serverCron}
846846
(Admin_GroupAddUser tn (MaintainerGroup pkg)) -> Just $
847847
"Group modified by " ++ formatTimeUser users time uid ++ ":\n" ++
848848
display (Users.userIdToName users tn) ++ " added to maintainers for " ++ BS.unpack pkg ++
849-
"\n" ++ "reason: " ++ BS.unpack descr
849+
"\n" ++ "Reason: " ++ BS.unpack descr
850850
(Admin_GroupDelUser tn (MaintainerGroup pkg)) -> Just $
851851
"Group modified by " ++ formatTimeUser users time uid ++ ":\n" ++
852852
display (Users.userIdToName users tn) ++ " removed from maintainers for " ++ BS.unpack pkg ++
853-
"\n" ++ "reason: " ++ BS.unpack descr
853+
"\n" ++ "Reason: " ++ BS.unpack descr
854854
_ -> Nothing
855855

856856
describeDocReport (pkg, doc) =
@@ -860,9 +860,9 @@ userNotifyFeature ServerEnv{serverBaseURI, serverCron}
860860
else "Build failed."
861861

862862
describeTagProposal (pkgName, (addTags, delTags)) =
863-
"Pending tag propasal for " ++ display pkgName ++ ":\n" ++
864-
"Addition: " ++ showTags addTags ++ "\n" ++
865-
"Deletion: " ++ showTags delTags
863+
"Pending tag proposal for " ++ display pkgName ++ ":\n" ++
864+
"Additions: " ++ showTags addTags ++ "\n" ++
865+
"Deletions: " ++ showTags delTags
866866
where
867867
showTags = intercalate ", " . map display . Set.toList
868868

0 commit comments

Comments
 (0)