From: Michael Stapelberg Date: Wed, 23 Nov 2011 22:17:50 +0000 (+0000) Subject: hacking-howto: s/iFunc/Func/ (Thanks mxf) X-Git-Tag: 4.2~223 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8d433ecc6bbf1496bd81ff57eb5c1f73cf060953;p=i3%2Fi3 hacking-howto: s/iFunc/Func/ (Thanks mxf) --- diff --git a/docs/hacking-howto b/docs/hacking-howto index e4d8934c..58d2fed2 100644 --- a/docs/hacking-howto +++ b/docs/hacking-howto @@ -160,7 +160,7 @@ src/debug.c:: Contains debugging functions to print unhandled X events. src/ewmh.c:: -iFunctions to get/set certain EWMH properties easily. +Functions to get/set certain EWMH properties easily. src/floating.c:: Contains functions for floating mode (mostly resizing/dragging).