Skip to content

Commit 3aff21d

Browse files
committed
fix typo
1 parent 792dc76 commit 3aff21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/sosy_lab/java_smt/test/BooleanFormulaSubject.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ private void reportUnsatCoreForUnexpectedUnsatisfiableFormula()
173173
prover.push(part);
174174
}
175175
if (!prover.isUnsat()) {
176-
throw new AssertionError("repated satisfiability check returned different result");
176+
throw new AssertionError("repeated satisfiability check returned different result");
177177
}
178178
final List<BooleanFormula> unsatCore = prover.getUnsatCore();
179179
if (unsatCore.isEmpty()

0 commit comments

Comments
 (0)