From 24aa7b9fc80f7dc62a6db3a715c7aaa8dc5bbe1f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 6 Mar 2018 14:58:24 -0400 Subject: comment typo --- P2P/Protocol.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P2P/Protocol.hs b/P2P/Protocol.hs index e74979170..f762c3783 100644 --- a/P2P/Protocol.hs +++ b/P2P/Protocol.hs @@ -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) -- cgit v1.2.3