If unable to read clock tree, inform user
diff --git a/display.c b/display.c
index 3dfa70f..22b605a 100644
--- a/display.c
+++ b/display.c
@@ -228,7 +228,7 @@
 	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);
 }