diff --git a/smack-experimental/src/main/java/org/jivesoftware/smackx/carbons/CarbonManager.java b/smack-experimental/src/main/java/org/jivesoftware/smackx/carbons/CarbonManager.java index e184ff663..c0b477792 100644 --- a/smack-experimental/src/main/java/org/jivesoftware/smackx/carbons/CarbonManager.java +++ b/smack-experimental/src/main/java/org/jivesoftware/smackx/carbons/CarbonManager.java @@ -62,7 +62,7 @@ import org.jxmpp.jid.EntityFullJid; *

* Note that it is important to match the 'from' attribute of the message wrapping a carbon copy, as otherwise it would * may be possible for others to impersonate users. Smack's CarbonManager takes care of that in - * {@link CarbonCopyReceivedListener}s which where registered with + * {@link CarbonCopyReceivedListener}s which were registered with * {@link #addCarbonCopyReceivedListener(CarbonCopyReceivedListener)}. *

*