From 04f977447f757695cc211811010e93c0c5633eb9 Mon Sep 17 00:00:00 2001 From: Amit Arora Date: Tue, 16 Nov 2010 11:28:57 +0530 Subject: If unable to read clock tree, inform user --- display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'display.c') diff --git a/display.c b/display.c index 3dfa70f..22b605a 100644 --- a/display.c +++ b/display.c @@ -228,7 +228,7 @@ void print_clock_header(void) print(clock_win, 54, 0, "Flags"); print(clock_win, 64, 0, "Rate"); print(clock_win, 72, 0, "Usecount"); - print(clock_win, 84, 0, "ChildCount"); + print(clock_win, 84, 0, "Children"); wattroff(clock_win, A_BOLD); wrefresh(clock_win); } -- cgit v1.2.1