Merge pull request #587 from LopezChris/master

Important documentation update
diff --git a/C2.md b/C2.md
index 1ba1eba..0fcf1aa 100644
--- a/C2.md
+++ b/C2.md
@@ -33,7 +33,7 @@
 ## Description
 
 Apache NiFi MiNiFi C++ can communicates with a C2 Server via a number of protocols. These protocols
-deliver a C2 response the server, expecting requests in a hearbeat response. The protocol transforms 
+deliver a C2 response the server, expecting requests in a heartbeat response. The protocol transforms 
 the C2 messages into a protocol specific representation. The internal representation is an AST therefore 
 you must define the root classes, which configure the classes that branch from the root. You can define 
 arbitrary nodes and sub-trees, but this isn't necessary and only advantageous for custom C2 servers. That