Fix typo in example

This commit is contained in:
Paul Schaub 2018-01-23 16:31:43 +01:00
parent ae46f653fd
commit 4ca2f84d41
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ EntityBareJid mucJid = JidCreate.bareFrom("myroom@conference.jabber.org");
Resourcepart nickname = Resourcepart.from("testbot");
// A other use (we may invite him to a MUC).
FullJid otherJid = JidCreate.fullFromm("user3@host.org/Smack");
FullJid otherJid = JidCreate.fullFrom("user3@host.org/Smack");
```
Create a new Room