summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]Essentials/src/net/ess3/settings/Commands.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/Essentials/src/net/ess3/settings/Commands.java b/Essentials/src/net/ess3/settings/Commands.java
index e78e09f34..fc525f81b 100644..100755
--- a/Essentials/src/net/ess3/settings/Commands.java
+++ b/Essentials/src/net/ess3/settings/Commands.java
@@ -40,7 +40,7 @@ public class Commands implements StorageObject
@Setter(AccessLevel.NONE)
private List<String> overridden = null;
@ListType
- @Comment("Disabled commands will be completelly unavailable on the server.")
+ @Comment("Disabled commands will be completely unavailable on the server.")
@Getter(AccessLevel.NONE)
@Setter(AccessLevel.NONE)
private List<String> disabled = null;