Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 6a7f98904 -> 4daa833fd
MINIFICPP-650 - Fix MiNiFi typos This closes #426. Signed-off-by: Marc Parisi <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/4daa833f Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/4daa833f Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/4daa833f Branch: refs/heads/master Commit: 4daa833fd3f18dce15a85de04059fa8169bc4395 Parents: 6a7f989 Author: Dustin Rodrigues <[email protected]> Authored: Sun Oct 21 19:47:18 2018 -0400 Committer: Marc Parisi <[email protected]> Committed: Tue Oct 23 10:08:11 2018 -0400 ---------------------------------------------------------------------- .github/PULL_REQUEST_TEMPLATE.md | 2 +- C2.md | 4 ++-- PYTHON.md | 6 +++--- bootstrap.sh | 2 +- bstrp_functions.sh | 2 +- docs/Doxyfile | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/4daa833f/.github/PULL_REQUEST_TEMPLATE.md ---------------------------------------------------------------------- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f94f345..a640e04 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,7 +7,7 @@ to ensure the following steps have been taken: - [ ] Is there a JIRA ticket associated with this PR? Is it referenced in the commit message? -- [ ] Does your PR title start with MINIFI-XXXX where XXXX is the JIRA number you are trying to resolve? Pay particular attention to the hyphen "-" character. +- [ ] Does your PR title start with MINIFICPP-XXXX where XXXX is the JIRA number you are trying to resolve? Pay particular attention to the hyphen "-" character. - [ ] Has your PR been rebased against the latest commit within the target branch (typically master)? http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/4daa833f/C2.md ---------------------------------------------------------------------- diff --git a/C2.md b/C2.md index 9d9068a..fdd12b8 100644 --- a/C2.md +++ b/C2.md @@ -32,7 +32,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 +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 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 @@ -352,4 +352,4 @@ the following flag: When cmake is instantiated with this, a build will re-generate the type descriptions from PROCESSORS.md. Once this is finished you may re-build the project with the following command from the build directory, running the build as you normally would: - cmake -DBOOTSTRAP= .. \ No newline at end of file + cmake -DBOOTSTRAP= .. http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/4daa833f/PYTHON.md ---------------------------------------------------------------------- diff --git a/PYTHON.md b/PYTHON.md index aad31ef..e22b03e 100644 --- a/PYTHON.md +++ b/PYTHON.md @@ -27,7 +27,7 @@ This readme provides a how-to guide on using the Python bindings for MiNiFi C++. ## Description -Apache NiFi MiNiFI C++ can communicates using python bindings. These bindings connect +Apache NiFi MiNiFi C++ can communicates using python bindings. These bindings connect to the C API that exists. In doing so they can utilize the building blocks within the CAPI. The design is predicated upon a MiNiFi instance. There is a getFile example that shows @@ -49,9 +49,9 @@ created at build time. This can typically be performed through pip, with `pip install cffi` ## Example - The python directory contains an example where we use a MiNiFI C++ processor along with a + The python directory contains an example where we use a MiNiFi C++ processor along with a a python processor. The implementation of the python processor requires that a call back method be defined for ontrigger. ## Limitations - Python bindings currently don't build on WIN32. \ No newline at end of file + Python bindings currently don't build on WIN32. http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/4daa833f/bootstrap.sh ---------------------------------------------------------------------- diff --git a/bootstrap.sh b/bootstrap.sh index e2c0a9b..3cf7128 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -113,7 +113,7 @@ fi if [ "$NO_PROMPT" = "true" ]; then agree="N" echo "****************************************" - echo "Welcome, this bootstrap script will update your system to install MiNIFi C++" + echo "Welcome, this bootstrap script will update your system to install MiNiFi C++" echo "You have opted to skip prompts. " fi http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/4daa833f/bstrp_functions.sh ---------------------------------------------------------------------- diff --git a/bstrp_functions.sh b/bstrp_functions.sh index 2d16b5e..be67017 100755 --- a/bstrp_functions.sh +++ b/bstrp_functions.sh @@ -189,7 +189,7 @@ show_main_menu() { echo "****************************************" echo " MiNiFi C++ Main Menu." echo "****************************************" - echo "A. Select MiNIFi C++ Features " + echo "A. Select MiNiFi C++ Features " if [ "$ALL_FEATURES_ENABLED" = "${TRUE}" ]; then echo " All features enabled ........$(print_feature_status ALL_FEATURES_ENABLED)" fi http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/4daa833f/docs/Doxyfile ---------------------------------------------------------------------- diff --git a/docs/Doxyfile b/docs/Doxyfile index a44bf6b..e8cf8a7 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -60,7 +60,7 @@ PROJECT_NUMBER = # for a project that appears at the top of each page and should give viewer a # quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = "Apache MiNiFI LibMiNiFI API +PROJECT_BRIEF = "Apache MiNiFi LibMiNiFi API # With the PROJECT_LOGO tag one can specify a logo or an icon that is included # in the documentation. The maximum height of the logo should not exceed 55
