NoEndpointDiscoveredException: s/Not/No

This commit is contained in:
Paul Schaub 2020-07-28 19:00:04 +02:00
parent d34eda61fe
commit dd631048a3
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}