Fix typo in exception

This commit is contained in:
TheHaf 2015-04-09 09:08:35 +02:00 committed by Florian Schmaus
parent 1eb315d6b7
commit a53894a65b
1 changed files with 1 additions and 1 deletions

View File

@ -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");
throw new SmackException("Caps element with missing attributes");
}
}