]> git.sur5r.net Git - i3/i3/blobdiff - src/render.c
Fix spelling mistakes
[i3/i3] / src / render.c
index 9fa40f037f69a31d665afbb9092e06f2bea698e8..7ee501f01cc93b16cb784f2df3c49fc0f1aea8cf 100644 (file)
@@ -167,7 +167,7 @@ void render_con(Con *con, bool render_fullscreen) {
                 /* By rendering the stacked container again, we handle the case
              * that we have a non-leaf-container inside the stack. In that
              * case, the children of the non-leaf-container need to be raised
-             * aswell. */
+             * as well. */
                 render_con(child, false);
             }