Skip to content

Commit

Permalink
- fix typo in tcl/stats.tcl
Browse files Browse the repository at this point in the history
  • Loading branch information
gneumann committed May 14, 2009
1 parent ad2895e commit e3a6cef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion ChangeLog
@@ -1,10 +1,13 @@
2009-05-14 Gustaf Neumann <neumann@wu-wien.ac.at>

* 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 <neumann@wu-wien.ac.at>
* Fix of two bugs with nsproxy:

Expand Down
4 changes: 2 additions & 2 deletions tcl/stats.tcl
Expand Up @@ -116,7 +116,7 @@ proc _ns_stats.index {} {
o <a href=$baseUrl/log.adp>Log</a><br>
o <a href=$baseUrl/mempools.adp>Memory</a><br>
o <a href=$baseUrl/process.adp>Process</a><br>
o <a href=$baseUrl/sched.adp>Scheduled Proceedures</a><br>
o <a href=$baseUrl/sched.adp>Scheduled Procedures</a><br>
o <a href=$baseUrl/threads.adp>Threads</a><br>"

append html [_ns_stats.footer]
Expand Down Expand Up @@ -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]

Expand Down

0 comments on commit e3a6cef

Please sign in to comment.