diff --git a/common/src/main/java/me/lucko/luckperms/common/locale/Message.java b/common/src/main/java/me/lucko/luckperms/common/locale/Message.java index 8514f25f..82023edb 100644 --- a/common/src/main/java/me/lucko/luckperms/common/locale/Message.java +++ b/common/src/main/java/me/lucko/luckperms/common/locale/Message.java @@ -134,7 +134,7 @@ public enum Message { APPLY_EDITS_DIFF_ADDED("&a+ &f{}", false), APPLY_EDITS_DIFF_REMOVED("&c- &f{}", false), - EDITOR_START("&7Preparing a new editor sesssion. Please wait...", true), + EDITOR_START("&7Preparing a new editor session. Please wait...", true), EDITOR_UPLOAD_FAILURE("&cUnable to upload permission data to the editor.", true), EDITOR_URL("&aClick the link below to open the editor:", true),