Fix horrible typo

This commit is contained in:
Alexander Söderberg 2020-08-30 20:59:04 +02:00
parent 0303da531e
commit d98f5d9840
No known key found for this signature in database
GPG key ID: C0207FF7EA146678

View file

@ -50,7 +50,7 @@ public class CommandComponent<T> {
private final boolean required; private final boolean required;
/** /**
* The command component name. This might be exposed * The command component name. This might be exposed
* to command senders and so should be choosen carefully. * to command senders and so should be chosen carefully.
*/ */
private final String name; private final String name;
/** /**