Repository: nifi
Updated Branches:
  refs/heads/0.x 94b52d260 -> 798c547f9


NIFI-1787 fixed typo
This closes #367


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/798c547f
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/798c547f
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/798c547f

Branch: refs/heads/0.x
Commit: 798c547f97484182b6794c9ba14fe3ef96f3cd72
Parents: 94b52d2
Author: Pierre Villard <[email protected]>
Authored: Wed Apr 20 10:14:23 2016 +0200
Committer: Oleg Zhurakousky <[email protected]>
Committed: Wed Apr 20 06:59:23 2016 -0400

----------------------------------------------------------------------
 .../java/org/apache/nifi/processors/standard/RouteOnAttribute.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/798c547f/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/RouteOnAttribute.java
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/RouteOnAttribute.java
 
b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/RouteOnAttribute.java
index d681793..acfa3dd 100644
--- 
a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/RouteOnAttribute.java
+++ 
b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/RouteOnAttribute.java
@@ -83,7 +83,7 @@ public class RouteOnAttribute extends AbstractProcessor {
     // keep the word 'match' instead of 'matched' to maintain backward 
compatibility (there was a typo originally)
     public static final AllowableValue ROUTE_ANY_MATCHES = new 
AllowableValue(routeAnyMatches,
             "Route to 'matched' if any matches",
-            "Requires that at least one user-defined expression evaluate to 
'true' for hte FlowFile to be considered a match");
+            "Requires that at least one user-defined expression evaluate to 
'true' for the FlowFile to be considered a match");
 
     public static final PropertyDescriptor ROUTE_STRATEGY = new 
PropertyDescriptor.Builder()
             .name("Routing Strategy")

Reply via email to