diff --git a/checkin_notes b/checkin_notes
index 3c63c991a7..52f3c42565 100644
--- a/checkin_notes
+++ b/checkin_notes
@@ -5688,3 +5688,9 @@ David 15 June 2009
samples/wrapper/
wrapper.cpp
+
+David 16 June 2009
+ - web: change "CPU time" to "run time"
+
+ html/inc/
+ result.inc
diff --git a/html/inc/result.inc b/html/inc/result.inc
index 570c3f77dd..01ee2fab0b 100644
--- a/html/inc/result.inc
+++ b/html/inc/result.inc
@@ -250,7 +250,7 @@ function result_table_start($show_wu_link, $show_host_link, $info) {
explain
".htmlspecialchars($result->stderr_out).""); row2("Validate state", validate_state_str($result)); row2("Claimed credit", $result->claimed_credit);