Fix typos in ApplicationArguments and Library

Closes gh-10811
This commit is contained in:
dreis2211
2017-10-29 14:27:20 +01:00
committed by Stephane Nicoll
parent fc3d25d705
commit 605e95145a
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ public interface ApplicationArguments {
String[] getSourceArgs();
/**
* Return then names of all option arguments. For example, if the arguments were
* Return the names of all option arguments. For example, if the arguments were
* "--foo=bar --debug" would return the values {@code ["foo", "debug"]}.
* @return the option names or an empty set
*/