]> git.sur5r.net Git - i3/i3/blobdiff - docs/hacking-howto
Merge pull request #2771 from hwangcc23/fix-2764
[i3/i3] / docs / hacking-howto
index bd99b900bde2959bccff54689030eaf6f2f2dcae..2ba74917923ef79eb96729d7a89a0e211411e2c1 100644 (file)
@@ -119,9 +119,6 @@ src/config.c::
 Contains all functions handling the configuration file (calling the parser
 src/config_parser.c) with the correct path, switching key bindings mode).
 
-src/debug.c::
-Contains debugging functions to print unhandled X events.
-
 src/ewmh.c::
 Functions to get/set certain EWMH properties easily.
 
@@ -187,7 +184,7 @@ cleanup ("flatten") the tree. See also +src/move.c+ for another similar
 function, which was moved into its own file because it is so long.
 
 src/util.c::
-Contains useful functions which are not really dependant on anything.
+Contains useful functions which are not really dependent on anything.
 
 src/window.c::
 Handlers to update X11 window properties like +WM_CLASS+, +_NET_WM_NAME+,