Fix some grammar issues in docs

This commit is contained in:
Eric Dahl
2014-10-12 12:47:19 -07:00
committed by Andy Wilkinson
parent 3228cfa9bd
commit 16937746a0
13 changed files with 45 additions and 44 deletions

View File

@@ -86,7 +86,7 @@ public class PropertiesLauncher extends Launcher {
/**
* Properties key for classpath entries (directories possibly containing jars).
* Defaults to "lib/" (relative to {@link #HOME loader home directory}). Multiple
* entries can be specified using a comma separeted list.
* entries can be specified using a comma-separated list.
*/
public static final String PATH = "loader.path";

View File

@@ -15,7 +15,7 @@
*/
/**
* System that allows self contained JAR/WAR archives to be launched using
* System that allows self-contained JAR/WAR archives to be launched using
* {@code java -jar}. Archives can include nested packaged dependency JARs (there is
* no need to create shade style jars) and are executed without unpacking. The only
* constraint is that nested JARs must be stored in the archive uncompressed.