diff --git a/modules/swagger-codegen/src/main/java/io/swagger/codegen/config/CodegenConfiguratorUtils.java b/modules/swagger-codegen/src/main/java/io/swagger/codegen/config/CodegenConfiguratorUtils.java index 18d9659959..a759282787 100644 --- a/modules/swagger-codegen/src/main/java/io/swagger/codegen/config/CodegenConfiguratorUtils.java +++ b/modules/swagger-codegen/src/main/java/io/swagger/codegen/config/CodegenConfiguratorUtils.java @@ -10,7 +10,7 @@ import java.util.*; * to specific settings in CodegenConfigurator. * *

- * 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. *

*/