mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Bugfix: Fix a variety of misspellings
This commit is contained in:
parent
a823faecf1
commit
814efd6f1f
31 changed files with 76 additions and 76 deletions
|
|
@ -207,7 +207,7 @@ void ThreadIRCSeed(void* parg)
|
|||
|
||||
void ThreadIRCSeed2(void* parg)
|
||||
{
|
||||
/* Dont advertise on IRC if we don't allow incoming connections */
|
||||
/* Don't advertise on IRC if we don't allow incoming connections */
|
||||
if (mapArgs.count("-connect") || fNoListen)
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue