From fb1d60363e2a08538638cd863ff264ea57125e93 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 22 Sep 2006 03:49:40 +0000 Subject: r18806: fixed two spelling errors (This used to be commit f11112d7f0a6b1550008fd8192be2592412fb222) --- source4/smbd/service_stream.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/smbd') 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... */ -- cgit