šŸ“ Fix typo in documentation
authorDavid ā€˜Bombeā€™ Roden <bombe@freenetproject.org>
Sun, 26 May 2024 10:46:50 +0000 (12:46 +0200)
committerDavid ā€˜Bombeā€™ Roden <bombe@freenetproject.org>
Sun, 26 May 2024 10:46:50 +0000 (12:46 +0200)
src/main/java/net/pterodactylus/fcp/FCPPluginMessage.java

index 8c35781..19a2d6b 100644 (file)
@@ -20,7 +20,7 @@ package net.pterodactylus.fcp;
 import java.io.InputStream;
 
 /**
- * An ā€œCPPluginMessageā€ sends a message with custom parameters and (optional)
+ * An ā€œFCPPluginMessageā€ sends a message with custom parameters and (optional)
  * payload to a plugin.
  *
  * @author David ā€˜Bombeā€™ Roden &lt;bombe@freenetproject.org&gt;