diff options
| author | 2020-07-03 22:34:41 +0100 | |
|---|---|---|
| committer | 2020-07-03 22:34:41 +0100 | |
| commit | 0f6f704aa45330e34c805ba31f0ab183b39b2178 (patch) | |
| tree | 24e8ecefc4a9d3e78fb54afcef8375487d85be40 /src/modules | |
| parent | Fix DNSBL connect class matching. (diff) | |
Fix a grammar error created by misspell-fixer.
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/m_spanningtree/override_map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/override_map.cpp b/src/modules/m_spanningtree/override_map.cpp index 80ff832cb..bb6c66be7 100644 --- a/src/modules/m_spanningtree/override_map.cpp +++ b/src/modules/m_spanningtree/override_map.cpp @@ -144,7 +144,7 @@ static std::vector<std::string> GetMap(User* user, TreeServer* current, unsigned if (j != child_map.begin()) { // If this child is not my last child, then add | - // to be able to "link" the next server in my list to me, and to indent this children servers + // to be able to "link" the next server in my list to me, and to indent this child's servers if (!last) prefix = "| "; // Otherwise this is my last child, so just use a space as there's nothing else linked to me below this |
