]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/override_map.cpp
Fixes by misspell-fixer
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / override_map.cpp
index de28308612e4751e5e16d8fbf1b426b1bc90482c..80ff832cbc5703681256d03f0d1acc108fee7871 100644 (file)
@@ -144,10 +144,10 @@ 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 childs servers
+                                       // to be able to "link" the next server in my list to me, and to indent this children servers
                                        if (!last)
                                                prefix = "| ";
-                                       // Otherwise this is my last child, so just use a space as theres nothing else linked to me below this
+                                       // Otherwise this is my last child, so just use a space as there's nothing else linked to me below this
                                        else
                                                prefix = "  ";
                                }