mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01:00
NoEndpointDiscoveredException: s/Not/No
This commit is contained in:
parent
d34eda61fe
commit
dd631048a3
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ public abstract class SmackException extends Exception {
|
|||
if (lookupFailures.isEmpty()) {
|
||||
sb.append("No endpoint lookup finished within the timeout");
|
||||
} else {
|
||||
sb.append("Not endpoints could be discovered due the following lookup failures: ");
|
||||
sb.append("No endpoints could be discovered due the following lookup failures: ");
|
||||
StringUtils.appendTo(lookupFailures, sb);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue