Skip to content

Commit

Permalink
Fixed typo in legacy support for criteriaNodes
Browse files Browse the repository at this point in the history
  • Loading branch information
thhoens committed Apr 5, 2016
1 parent b3d024f commit 97370f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ActionsLib/NDLUtil.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class NDLUtil
CheckOutputNodes(script, "evalNodes" , L"evaluation");
CheckOutputNodes(script, "outputNodes" , L"output" );
// legacy name:
CheckOutputNodes(script, "criteriaNodes" , L"finalCriterion");
CheckOutputNodes(script, "criteriaNodes" , L"criterion" );
}
};

Expand Down

0 comments on commit 97370f6

Please sign in to comment.