From 8d433ecc6bbf1496bd81ff57eb5c1f73cf060953 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 23 Nov 2011 22:17:50 +0000 Subject: [PATCH] hacking-howto: s/iFunc/Func/ (Thanks mxf) --- docs/hacking-howto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).