aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2018-03-06 14:58:24 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2018-03-06 14:58:24 -0400
commit24aa7b9fc80f7dc62a6db3a715c7aaa8dc5bbe1f (patch)
tree5f43f74cf7f6dd71b04b397abd58540f252a0dd9
parent1a8c6df40613ebd12f3ce0f0b7689483ac516b5d (diff)
comment typo
-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)