Skip to content

Commit aa511e2

Browse files
committed
minor typo
1 parent b1b730f commit aa511e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/logicng/formulas/ExtendedFormulaFactoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public void testCNFFactorization() {
235235
}
236236

237237
@Test
238-
public void testCcEncondingClearance() {
238+
public void testCcEncodingClearance() {
239239
final ExtendedFormulaFactory eff = new ExtendedFormulaFactory();
240240
final Variable[] problemLits = new Variable[100];
241241
for (int i = 0; i < 100; i++) {

0 commit comments

Comments
 (0)