diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-22 03:49:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:19:13 -0500 |
commit | fb1d60363e2a08538638cd863ff264ea57125e93 (patch) | |
tree | a97f8caf3edb0d23bbe2049111be850c13345074 /source4/smbd | |
parent | 660964f133d8e0a3a702f2f8dd1826910099c96b (diff) | |
download | samba-fb1d60363e2a08538638cd863ff264ea57125e93.tar.gz samba-fb1d60363e2a08538638cd863ff264ea57125e93.tar.bz2 samba-fb1d60363e2a08538638cd863ff264ea57125e93.zip |
r18806: fixed two spelling errors
(This used to be commit f11112d7f0a6b1550008fd8192be2592412fb222)
Diffstat (limited to 'source4/smbd')
-rw-r--r-- | source4/smbd/service_stream.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/smbd/service_stream.c b/source4/smbd/service_stream.c index 517a40a40c..725a3b5080 100644 --- a/source4/smbd/service_stream.c +++ b/source4/smbd/service_stream.c @@ -57,14 +57,14 @@ void stream_terminate_connection(struct stream_connection *srv_conn, const char struct event_context *event_ctx = srv_conn->event.ctx; const struct model_ops *model_ops = srv_conn->model_ops; - if (!reason) reason = "unknwon reason"; + if (!reason) reason = "unknown reason"; srv_conn->terminate = reason; if (srv_conn->processing) { /* * if we're currently inside the stream_io_handler(), - * deferr the termination to the end of stream_io_hendler() + * defer the termination to the end of stream_io_hendler() * * and we don't want to read or write to the connection... */ |