[maven plugin] Fix typo in comment on CodegenConfiguratorUtils

This commit is contained in:
Jim Schubert
2016-02-22 22:00:33 -05:00
parent 702d019bf8
commit 6f32600e9e

View File

@@ -10,7 +10,7 @@ import java.util.*;
* to specific settings in CodegenConfigurator.
*
* <p>
* This class exists to facility in testing. These methods could be applied
* This class exists to facilitate testing. These methods could be applied
* to CodegenConfigurator, but this complicates things when mocking CodegenConfigurator.
* </p>
*/