mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
Fix typo: s/Conditoin/Condition/
This commit is contained in:
parent
b0cecee710
commit
47ced860ec
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ public class XMPPError extends AbstractError {
|
|||
try {
|
||||
condition = Condition.valueOf(string);
|
||||
} catch (Exception e) {
|
||||
throw new IllegalStateException("Could not transform string '" + string + "' to XMPPErrorConditoin", e);
|
||||
throw new IllegalStateException("Could not transform string '" + string + "' to XMPPErrorCondition", e);
|
||||
}
|
||||
return condition;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue