mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-13 06:21:08 +01:00
Fix typo: s/interna_server_error/internal_server_error/
This commit is contained in:
parent
7341421ca9
commit
67722aea93
3 changed files with 7 additions and 7 deletions
|
|
@ -193,7 +193,7 @@ public class Socks5ClientForInitiatorTest {
|
|||
public void shouldFailIfActivateSocks5ProxyFails() throws Exception {
|
||||
|
||||
// build error response as reply to the stream activation
|
||||
XMPPError xmppError = new XMPPError(XMPPError.Condition.interna_server_error);
|
||||
XMPPError xmppError = new XMPPError(XMPPError.Condition.internal_server_error);
|
||||
IQ error = new IQ() {
|
||||
|
||||
public String getChildElementXML() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue