r18806: fixed two spelling errors
authorAndrew Tridgell <tridge@samba.org>
Fri, 22 Sep 2006 03:49:40 +0000 (03:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:19:13 +0000 (14:19 -0500)
(This used to be commit f11112d7f0a6b1550008fd8192be2592412fb222)

source4/smbd/service_stream.c

index 517a40a40cf02af8d8e39fe6c65069889169e498..725a3b5080cbc373db382d4781d1374f8f6354c1 100644 (file)
@@ -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...
                 */