Fix typo in Roster.java: s/iss/is/

This commit is contained in:
Florian Schmaus 2014-04-22 21:28:19 +02:00
parent b4c338b6e5
commit 075308a7cd
1 changed files with 1 additions and 1 deletions

View File

@ -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())