1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-10-31 22:15:59 +01:00

Fix typo in StreamError: s/host_unkown/host_unknown/

This commit is contained in:
lucastucchi 2015-01-16 16:24:43 +01:00 committed by Florian Schmaus
parent 313e537394
commit 9b9a08bb4b

View file

@ -158,7 +158,7 @@ public class StreamError extends AbstractError implements PlainStreamElement {
conflict, conflict,
connection_timeout, connection_timeout,
host_gone, host_gone,
host_unkown, host_unknown,
improper_addressing, improper_addressing,
internal_server_error, internal_server_error,
invalid_from, invalid_from,