From 16cde4b4c2281139aad36ff2c92f6fa94f265b61 Mon Sep 17 00:00:00 2001
From: fr33domlover <fr33domlover@riseup.net>
Date: Thu, 10 Oct 2019 16:48:57 +0000
Subject: [PATCH] Fix typo in context property name for Commit objects

---
 src/Web/ActivityPub.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Web/ActivityPub.hs b/src/Web/ActivityPub.hs
index 77434e3..c43f219 100644
--- a/src/Web/ActivityPub.hs
+++ b/src/Web/ActivityPub.hs
@@ -932,7 +932,7 @@ instance ActivityPub Commit where
         (Commit id_ repo author committer title hash mdesc written mcommitted)
             =  "id"           .=   ObjURI authority id_
             <> "type"         .=   ("Commit" :: Text)
-            <> "context   "   .=   ObjURI authority repo
+            <> "context"      .=   ObjURI authority repo
             <> "attributedTo" .=+  author
             <> "committedBy"  .=+? committer
             <> "name"         .=   title