Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Dec 30, 2023
1 parent 3811180 commit 449b02f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class LakeProblem extends NativeProblem {

public static final NativeCommand COMMAND = new NativeCommand("lake",
new String[] { },
new File("./native/LakePRoblem/bin/"));
new File("./native/LakeProblem/bin/"));

public LakeProblem() {
super(COMMAND);
Expand Down

0 comments on commit 449b02f

Please sign in to comment.