]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fix a grammar error created by misspell-fixer.
authorSadie Powell <sadie@witchery.services>
Fri, 3 Jul 2020 21:34:41 +0000 (22:34 +0100)
committerSadie Powell <sadie@witchery.services>
Fri, 3 Jul 2020 21:34:41 +0000 (22:34 +0100)
src/modules/m_spanningtree/override_map.cpp

index 80ff832cbc5703681256d03f0d1acc108fee7871..bb6c66be70adb41888f218876481a8021526cd58 100644 (file)
@@ -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