We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6efee97 commit 37e72a0Copy full SHA for 37e72a0
src/sqlancer/Main.java
@@ -595,7 +595,7 @@ public void run() {
595
System.out.println(
596
formatInteger(nrSuccessfulActions.get()) + " successfully-executed statements");
597
598
- formatInteger(nrUnsuccessfulActions.get()) + " unsuccessfuly-executed statements");
+ formatInteger(nrUnsuccessfulActions.get()) + " unsuccessfully-executed statements");
599
}
600
601
private String formatInteger(long intValue) {
0 commit comments