]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix typo in comment
authorTravis Cross <tc@traviscross.com>
Tue, 8 Apr 2014 23:16:39 +0000 (23:16 +0000)
committerTravis Cross <tc@traviscross.com>
Tue, 8 Apr 2014 23:17:12 +0000 (23:17 +0000)
libs/esl/src/include/esl.h

index 1abdd241f607bf2d0aca27517eb66f05a2592b2b..32ec2bdeb89bcf5a4d52aae31c029e2fb950aee1 100644 (file)
@@ -301,7 +301,7 @@ typedef struct {
        char socket_buf[65536];
        /*! Last command reply */
        char last_reply[1024];
-       /*! Las command reply when called with esl_send_recv */
+       /*! Last command reply when called with esl_send_recv */
        char last_sr_reply[1024];
        /*! Last event received. Only populated when **save_event is NULL */
        esl_event_t *last_event;