Spelling fix.

This commit is contained in:
Robert James Kaes 2001-08-26 22:10:18 +00:00
parent 7a251ed492
commit d30ca6f3db
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
2001-08-25 Robert James Kaes <rjkaes@flarenet.com> 2001-08-25 Robert James Kaes <rjkaes@flarenet.com>
* src/thread.c (thread_main): Thanks to Hans-Georg Brok for * src/thread.c (thread_main): Thanks to Hans-Georg Bork for
fixing a problem where the status of the threads was not fixing a problem where the status of the threads was not
going back to T_WAITING if MaxRequestsPerChild was 0. Also, fixed going back to T_WAITING if MaxRequestsPerChild was 0. Also, fixed
a problem with the looping system where the Debian a problem with the looping system where the Debian

2
THANKS
View File

@ -40,6 +40,6 @@ only the first person to report it is listed.
Michael Pearson - Reported connptr bug with patch. Michael Pearson - Reported connptr bug with patch.
Raja Subramanian - Reported fd leak bug, with patch. Raja Subramanian - Reported fd leak bug, with patch.
J.D. Bronson - Helped make version 1.4.0 release ready J.D. Bronson - Helped make version 1.4.0 release ready
Hans-Georg Brok - Fixed a problem with the thread_main() Hans-Georg Bork - Fixed a problem with the thread_main()
function and added the LOG_CONN log level. function and added the LOG_CONN log level.
numerous others - Reported null requests bug. numerous others - Reported null requests bug.