aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-02-24 02:59:38 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-02-24 02:59:38 +0200
commitff33c5ae633191df94759a5f3deead43863cd8fd (patch)
treed40015684247eb9f3caaab2a07117edbfba6cfad
parent8d6f9210d90b350a9248f853ed8c559ef5e12505 (diff)
downloadbitcoin-ff33c5ae633191df94759a5f3deead43863cd8fd.tar.xz
Add missed word to error message
-rw-r--r--src/net.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net.cpp b/src/net.cpp
index d5763ee68b..63e25a71bb 100644
--- a/src/net.cpp
+++ b/src/net.cpp
@@ -2620,7 +2620,7 @@ bool CConnman::Start(CScheduler& scheduler, const Options& connOptions)
if (connOptions.m_use_addrman_outgoing && !connOptions.m_specified_outgoing.empty()) {
if (m_client_interface) {
m_client_interface->ThreadSafeMessageBox(
- _("Cannot provide specific connections and have addrman find outgoing connections at the same."),
+ _("Cannot provide specific connections and have addrman find outgoing connections at the same time."),
"", CClientUIInterface::MSG_ERROR);
}
return false;