Skip to content

Commit 7f13deb

Browse files
committed
[Java] Fix typo.
1 parent 8526582 commit 7f13deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbe-tool/src/test/java/uk/co/real_logic/sbe/TargetCodeGeneratorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public void shouldThrowOnNoTargetLanguage() throws Exception
3232
}
3333

3434
@Test
35-
public void shouldLoadAndInstatiateNonStandardTargetLanguage() throws Exception
35+
public void shouldLoadAndInstantiateNonStandardTargetLanguage() throws Exception
3636
{
3737
final Ir ir = mock(Ir.class);
3838
final String outputDir = ".";

0 commit comments

Comments
 (0)