From b5a8f4f73bfd01bff4b31777c188f83d2130a28b Mon Sep 17 00:00:00 2001 From: Pierre Villard Date: Wed, 20 Apr 2016 10:14:23 +0200 Subject: [PATCH] NIFI-1787 fixed typo This closes #367 --- .../org/apache/nifi/processors/standard/RouteOnAttribute.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d681793c82..acfa3dd4d5 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")