comment typo

This commit is contained in:
Joey Hess 2018-03-06 14:58:24 -04:00
parent 9b8f6c9cb9
commit 73704b22a9
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -39,7 +39,7 @@ newtype Offset = Offset Integer
newtype Len = Len Integer
deriving (Show)
-- | Service as used by the connect message is gitremote-helpers(1)
-- | Service as used by the connect message in gitremote-helpers(1)
data Service = UploadPack | ReceivePack
deriving (Show)