mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
Fix typo in CapsExtensionProvider: s/elment/element/
This commit is contained in:
parent
23201d5f0f
commit
89bd13318a
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public class CapsExtensionProvider extends ExtensionElementProvider<CapsExtensio
|
|||
if (hash != null && version != null && node != null) {
|
||||
return new CapsExtension(node, version, hash);
|
||||
} else {
|
||||
throw new SmackException("Caps elment with missing attributes. Attributes: hash=" + hash + " version="
|
||||
throw new SmackException("Caps element with missing attributes. Attributes: hash=" + hash + " version="
|
||||
+ version + " node=" + node);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue