NIFI-1787 fixed typo

This closes #367
This commit is contained in:
Pierre Villard 2016-04-20 10:14:23 +02:00 committed by Oleg Zhurakousky
parent 0f05c77a73
commit b5a8f4f73b
1 changed files with 1 additions and 1 deletions

View File

@ -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")