From 5a2f70238aca10ce0f2b864c75665bf1a55cb044 Mon Sep 17 00:00:00 2001 From: Hannes Greule Date: Wed, 6 May 2020 13:26:51 +0200 Subject: [PATCH] Typo --- .../com/plotsquared/core/plot/flag/types/BlockTypeWrapper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/types/BlockTypeWrapper.java b/Core/src/main/java/com/plotsquared/core/plot/flag/types/BlockTypeWrapper.java index 0c41cd8f0..0f903d96d 100644 --- a/Core/src/main/java/com/plotsquared/core/plot/flag/types/BlockTypeWrapper.java +++ b/Core/src/main/java/com/plotsquared/core/plot/flag/types/BlockTypeWrapper.java @@ -101,7 +101,7 @@ public class BlockTypeWrapper { *
* Invocation will try to lazily initialize the block category if it's not * set yet but the category id is present. If {@link BlockCategory#REGISTRY} is already populated - * but does not contain a category with the given name, a BLockCategory containing no items + * but does not contain a category with the given name, a BlockCategory containing no items * is returned. * If this wrapper does not wrap a BlockCategory, null is returned. *