Skip to content

Commit 9718afc

Browse files
committed
fix typo
1 parent 5c92b3a commit 9718afc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/org/cryptomator/integrations/common/InitExceptionTestClass.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ public class InitExceptionTestClass {
66
private static final String TEST;
77

88
static {
9-
TEST = throwSomethig();
9+
TEST = throwSomething();
1010
}
1111

1212
public InitExceptionTestClass() {
1313

1414
}
1515

16-
static String throwSomethig() {
16+
static String throwSomething() {
1717
throw new RuntimeException("STATIC FAIL");
1818
}
1919

0 commit comments

Comments
 (0)