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:
parent
313e537394
commit
9b9a08bb4b
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ public class StreamError extends AbstractError implements PlainStreamElement {
|
|||
conflict,
|
||||
connection_timeout,
|
||||
host_gone,
|
||||
host_unkown,
|
||||
host_unknown,
|
||||
improper_addressing,
|
||||
internal_server_error,
|
||||
invalid_from,
|
||||
|
|
Loading…
Reference in a new issue