]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix sentence
authorBrian West <brian@freeswitch.org>
Sun, 1 Nov 2009 20:40:31 +0000 (20:40 +0000)
committerBrian West <brian@freeswitch.org>
Sun, 1 Nov 2009 20:40:31 +0000 (20:40 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15311 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/event_handlers/mod_event_socket/mod_event_socket.c

index e7ab4eddda8c96b1e8ad19984becb3798580aa2f..28441811e03792b7356ce091ee5165233f4a2a52 100644 (file)
@@ -583,7 +583,7 @@ SWITCH_STANDARD_API(event_sink_function)
     }
 
        if (!http) {
-               stream->write_function(stream, "This is a web application.!\n");
+               stream->write_function(stream, "This is a web application!\n");
         return SWITCH_STATUS_SUCCESS;
        }
        stream->write_function(stream, "Content-Type: text/xml\n\n");