Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Jeanes committed Mar 11, 2013
1 parent e12dd00 commit 1ff2ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/WarMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ protected int launchJRuby(final URL[] jars) throws Exception {

protected String locateExecutable(final Object scriptingContainer) throws Exception {
if ( executable == null ) {
throw new IllegalStateException("no exexutable");
throw new IllegalStateException("no executable");
}
final File exec = new File(extractRoot, executable);
if ( exec.exists() ) {
Expand Down

0 comments on commit 1ff2ec7

Please sign in to comment.