diff options
| author | Luke Dashjr <[email protected]> | 2012-07-26 00:48:39 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2012-08-01 17:49:51 +0000 |
| commit | 814efd6f1fc83afb9ed4bb3c0808ee3bab11d10d (patch) | |
| tree | 782fac39da35e54bce2a9108cdca82f21b489405 /src/irc.cpp | |
| parent | Merge pull request #1344 from rebroad/AskForTimeFormat (diff) | |
| download | discoin-814efd6f1fc83afb9ed4bb3c0808ee3bab11d10d.tar.xz discoin-814efd6f1fc83afb9ed4bb3c0808ee3bab11d10d.zip | |
Bugfix: Fix a variety of misspellings
Diffstat (limited to 'src/irc.cpp')
| -rw-r--r-- | src/irc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc.cpp b/src/irc.cpp index a790d3f4f..50c6a5b4d 100644 --- a/src/irc.cpp +++ b/src/irc.cpp @@ -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; |