Fix spelling mistake of debug message
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 14 Oct 2008 12:53:50 +0000 (14:53 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 14 Oct 2008 12:53:50 +0000 (14:53 +0200)
src/rtnl.c

index 5c88cd4..61205b3 100644 (file)
@@ -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);