Skip to content

Commit

Permalink
spelling: wield
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed Dec 22, 2020
1 parent 6915277 commit 4491ddc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public static void main(String[] args) {
}

//test a typed permission (not instance-level)
if (currentUser.isPermitted("lightsaber:weild")) {
if (currentUser.isPermitted("lightsaber:wield")) {
log.info("You may use a lightsaber ring. Use it wisely.");
} else {
log.info("Sorry, lightsaber rings are for schwartz masters only.");
Expand Down

0 comments on commit 4491ddc

Please sign in to comment.