From 2a65627161fa6a82794c25c018632008588a6fc3 Mon Sep 17 00:00:00 2001
From: Richard Soderberg <rsoderberg@gmail.com>
Date: Mon, 2 Apr 2012 03:12:19 -0700
Subject: [PATCH] spelling correction in a comment

---
 docs/PRIMARY_PROTOCOL.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/PRIMARY_PROTOCOL.md b/docs/PRIMARY_PROTOCOL.md
index e86110301..f9aafcb23 100644
--- a/docs/PRIMARY_PROTOCOL.md
+++ b/docs/PRIMARY_PROTOCOL.md
@@ -152,7 +152,7 @@ properties available to normal web content.
             var cert = someServerInteraction();
 
             // pass the certificate back to BrowserID and complete the
-            // provisioining process
+            // provisioning process
             navigator.id.registerCertificate(cert);
         });
     });
-- 
GitLab