diff --git a/src/main/java/electroblob/wizardry/inventory/ContainerArcaneWorkbench.java b/src/main/java/electroblob/wizardry/inventory/ContainerArcaneWorkbench.java
index 771d3146..118ce291 100644
--- a/src/main/java/electroblob/wizardry/inventory/ContainerArcaneWorkbench.java
+++ b/src/main/java/electroblob/wizardry/inventory/ContainerArcaneWorkbench.java
@@ -296,7 +296,7 @@ public class ContainerArcaneWorkbench extends Container implements ISpellSortabl
/**
* Returns the minimum and maximum IDs (inclusive) of the workbench slots that are appropriate for the given stack,
- * or null if no slots are appropriate. Note that this does mean the stack will fit, only that it is valid
+ * or null if no slots are appropriate. Note that this does not mean the stack will fit, only that it is valid
* for all of the slots in the given range, and will fit if there is space for it.
* @param stack The stack to find a slot for
* @return A 2-element int array of the minimum and maximum slot IDs respectively