fix swager typo (#7028)

This commit is contained in:
Ken Geis
2017-11-22 20:03:52 -08:00
committed by William Cheng
parent 0f92baeb04
commit 5ea3499188

View File

@@ -45,7 +45,7 @@ public class CodegenIgnoreProcessor {
if (directory.exists() && directory.isDirectory()) {
loadFromFile(targetIgnoreFile);
} else {
LOGGER.warn("Output directory does not exist, or is inaccessible. No file (.swager-codegen-ignore) will be evaluated.");
LOGGER.warn("Output directory does not exist, or is inaccessible. No file (.swagger-codegen-ignore) will be evaluated.");
}
}