From ad74ad47566ed5565744d91e0f090b3c4d662c90 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 14 Oct 2008 14:53:50 +0200 Subject: [PATCH] Fix spelling mistake of debug message --- src/rtnl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rtnl.c b/src/rtnl.c index 5c88cd4..61205b3 100644 --- a/src/rtnl.c +++ b/src/rtnl.c @@ -91,7 +91,7 @@ static void process_newlink(unsigned short type, int index, { GSList *list; - DBG("idex %d", index); + DBG("index %d", index); g_static_rw_lock_reader_lock(&rtnl_lock); @@ -110,7 +110,7 @@ static void process_dellink(unsigned short type, int index, { GSList *list; - DBG("idex %d", index); + DBG("index %d", index); g_static_rw_lock_reader_lock(&rtnl_lock); -- 2.7.4