diff --git a/ChangeLog b/ChangeLog index edb537e..2d40631 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,13 @@ 2009-05-14 Gustaf Neumann - * nsd/httptime.c + * nsd/httptime.c: Made output of ns_httptime independent of locale setting. The change is based on a patch of Alexey Pechnikov, fixing an incorrect patch in the debian source tree. + * tcl/stats.tcl: + Fix typo + 2009-03-08 Gustaf Neumann * Fix of two bugs with nsproxy: diff --git a/tcl/stats.tcl b/tcl/stats.tcl index 1e200bd..9ad836f 100644 --- a/tcl/stats.tcl +++ b/tcl/stats.tcl @@ -116,7 +116,7 @@ proc _ns_stats.index {} { o Log
o Memory
o Process
- o Scheduled Proceedures
+ o Scheduled Procedures
o Threads
" append html [_ns_stats.footer] @@ -503,7 +503,7 @@ proc _ns_stats.sched {} { set colTitles [list ID Status Callback Data Flags "Last Queue" "Last Start" "Last End" Duration "Next Run"] - set html [_ns_stats.header "Scheduled Proceedures"] + set html [_ns_stats.header "Scheduled Procedures"] append html [_ns_stats.results $col $colTitles sched.adp $rows $reverseSort] append html [_ns_stats.footer]