Skip to content
Snippets Groups Projects
Commit dd4677e1 authored by blackoverlord's avatar blackoverlord
Browse files

fixed typo

parent 24c2ddd9
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ public class Examples {
}
@Test
public void LinixExample() throws IOException, ShellLinkException {
public void LinuxExample() throws IOException, ShellLinkException {
assumeFalse(isRunningOnWindows());
String workingDir = Paths.get("").toAbsolutePath().toString();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment