diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-17 13:44:29 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-17 13:44:29 +0200 |
commit | 3dc5bda6eb35f27033af2e2b25a37d74771f0a00 (patch) | |
tree | b1b4537428db6c741a0512100037e0e23da57874 /runtime/net.c | |
parent | 60309004dfc57c3243abb2f01042950201596773 (diff) | |
download | rsyslog-3dc5bda6eb35f27033af2e2b25a37d74771f0a00.tar.gz rsyslog-3dc5bda6eb35f27033af2e2b25a37d74771f0a00.tar.xz rsyslog-3dc5bda6eb35f27033af2e2b25a37d74771f0a00.zip |
changelog added plus typo fix
Diffstat (limited to 'runtime/net.c')
-rw-r--r-- | runtime/net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/net.c b/runtime/net.c index 777d3fad..0c02eed4 100644 --- a/runtime/net.c +++ b/runtime/net.c @@ -4,7 +4,7 @@ * File begun on 2007-07-20 by RGerhards (extracted from syslogd.c) * This file is under development and has not yet arrived at being fully * self-contained and a real object. So far, it is mostly an excerpt - * of the "old" message code without any modifications. However, it + * of the "old" networking code without any modifications. However, it * helps to have things at the right place one we go to the meat of it. * * Starting 2007-12-24, I have begun to shuffle more network-related code |