Skip to content

Commit ff33c5a

Browse files
committed
Add missed word to error message
1 parent 8d6f921 commit ff33c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2620,7 +2620,7 @@ bool CConnman::Start(CScheduler& scheduler, const Options& connOptions)
26202620
if (connOptions.m_use_addrman_outgoing && !connOptions.m_specified_outgoing.empty()) {
26212621
if (m_client_interface) {
26222622
m_client_interface->ThreadSafeMessageBox(
2623-
_("Cannot provide specific connections and have addrman find outgoing connections at the same."),
2623+
_("Cannot provide specific connections and have addrman find outgoing connections at the same time."),
26242624
"", CClientUIInterface::MSG_ERROR);
26252625
}
26262626
return false;

0 commit comments

Comments
 (0)