aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--P2P/Protocol.hs2
1 files changed, 1 insertions, 1 deletions
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)