You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ph...@apache.org on 2019/06/09 01:41:25 UTC

[nifi-minifi-cpp] branch master updated: Important documentation update

This is an automated email from the ASF dual-hosted git repository.

phrocker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


The following commit(s) were added to refs/heads/master by this push:
     new 6167a34  Important documentation update
     new 7fc5451  Merge pull request #587 from LopezChris/master
6167a34 is described below

commit 6167a3476453ce481b0f01ce0ab9d34767d9365e
Author: Christian Lopez <ch...@gmail.com>
AuthorDate: Fri Jun 7 16:47:26 2019 -0700

    Important documentation update
---
 C2.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/C2.md b/C2.md
index 1ba1eba..0fcf1aa 100644
--- a/C2.md
+++ b/C2.md
@@ -33,7 +33,7 @@ options defined are located in minifi.properties.
 ## 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