You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2020/09/17 22:08:57 UTC

[nifi] 02/15: NIFI-7759: Minor misspelling in rollover help for 'Stream When Available' process group configuration

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

joewitt pushed a commit to branch support/nifi-1.12.x
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit b8f8ffdf13ad1a7e317a88604ec6ae31de5dcdd2
Author: Mohammed Nadeem <na...@gmail.com>
AuthorDate: Fri Sep 11 04:02:56 2020 +0530

    NIFI-7759: Minor misspelling in rollover help for 'Stream When Available' process group configuration
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #4521.
---
 .../src/main/webapp/js/nf/canvas/nf-process-group-configuration.js      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-process-group-configuration.js b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-process-group-configuration.js
index e494be9..ac27636 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-process-group-configuration.js
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-process-group-configuration.js
@@ -241,7 +241,7 @@
                         options: [{
                                 text: 'Stream When Available',
                                 value: 'STREAM_WHEN_AVAILABLE',
-                                description: 'FlowFiles that are queued up to be transferred out of a ProcessGroup by an Output Port will be transferred out '
+                                description: 'FlowFiles that are queued up to be transferred out of a Process Group by an Output Port will be transferred out '
                                         + 'of the Process Group as soon as they are available.'
                             }, {
                                 text: 'Batch Output',