1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-10 18:59:41 +02:00

s/Unkown/Unknown/g

This commit is contained in:
Florian Schmaus 2014-11-24 19:50:59 +01:00
parent 187e158260
commit 05870e6a22
3 changed files with 3 additions and 3 deletions

View file

@ -1151,7 +1151,7 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {
}
break;
default:
LOGGER.warning("Unkown top level stream element: " + name);
LOGGER.warning("Unknown top level stream element: " + name);
break;
}
break;