Skip to content

Commit ece4726

Browse files
author
David Baum
committed
fix typo
1 parent b2eb3d5 commit ece4726

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • generator2/org.getaviz.generator/src/main/java/org/getaviz/generator

generator2/org.getaviz.generator/src/main/java/org/getaviz/generator/Generator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static void main(String[] args) {
2222
}
2323

2424
public static void run() {
25-
log.info("Generator startet");
25+
log.info("Generator started");
2626
// start generation process
2727
try {
2828
if(!config.isSkipScan()) {

0 commit comments

Comments
 (0)