diff --git a/patches/api/Paper-Plugins.patch b/patches/api/Paper-Plugins.patch
index c9fe1910f5..8cf55aa0c1 100644
--- a/patches/api/Paper-Plugins.patch
+++ b/patches/api/Paper-Plugins.patch
@@ -728,7 +728,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
 + * resulting in a jar library that provides the jar at {@code libs/custom-library-1.24.jar} to the plugins classloader
 + * at runtime.
 + * <p>
-+ * The jar library implementation will error if file exists at the specified path.
++ * The jar library implementation will error if the file does not exist at the specified path.
 + */
 +public class JarLibrary implements ClassPathLibrary {
 +