mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-25 21:42:07 +01:00
Fix typo in Roster.java: s/iss/is/
This commit is contained in:
parent
b4c338b6e5
commit
075308a7cd
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ public class Roster {
|
|||
}
|
||||
connection.addConnectionListener(new AbstractConnectionListener() {
|
||||
public void authenticated(XMPPConnection connection) {
|
||||
// Anonymous users can't have a roster, but it iss possible that a Roster instance is
|
||||
// Anonymous users can't have a roster, but it is possible that a Roster instance is
|
||||
// retrieved if getRoster() is called *before* connect(). So we have to check here
|
||||
// again if it's an anonymous connection.
|
||||
if (connection.isAnonymous())
|
||||
|
|
Loading…
Reference in a new issue