Skip to content

Commit

Permalink
Fix small installer typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jofairden committed Jul 10, 2019
1 parent 2e498cc commit cfa681a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer2/Installer.java
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ private static void installFiles(final String[] files, final File directory, fin
if (file.equals("tModLoaderServer") || file.equals("Terraria")) {
final boolean exeutableSuccess = destination.setExecutable(true, false); // Result should be rw-r--r-- becoming rwxr-xr-x
if (!exeutableSuccess) {
messageBox("Failed to set binary exeutable permissions!", JOptionPane.WARNING_MESSAGE);
messageBox("Failed to set binary executable permissions!", JOptionPane.WARNING_MESSAGE);
}
}
} else {
Expand Down

0 comments on commit cfa681a

Please sign in to comment.