diff --git a/Spigot-API-Patches/ensureServerConversions-API.patch b/Spigot-API-Patches/ensureServerConversions-API.patch
index 55b5a8c188..55f425d4d7 100644
--- a/Spigot-API-Patches/ensureServerConversions-API.patch
+++ b/Spigot-API-Patches/ensureServerConversions-API.patch
@@ -16,7 +16,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
      net.kyori.adventure.text.Component displayName(@NotNull ItemStack itemStack);
 +
 +    /**
-+     * Minecart updates are converting simple item stacks into more complex NBT oriented Item Stacks.
++     * Minecraft updates are converting simple item stacks into more complex NBT oriented Item Stacks.
 +     *
 +     * Use this method to to ensure any desired data conversions are processed.
 +     * The input itemstack will not be the same as the returned itemstack.
@@ -47,7 +47,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
      }
 +
 +    /**
-+     * Minecart updates are converting simple item stacks into more complex NBT oriented Item Stacks.
++     * Minecraft updates are converting simple item stacks into more complex NBT oriented Item Stacks.
 +     *
 +     * Use this method to to ensure any desired data conversions are processed.
 +     * The input itemstack will not be the same as the returned itemstack.