]> 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>
Sat, 19 Apr 2014 03:01:31 +0000 (03:01 +0000)
libs/esl/src/include/esl.h

index 144918eacddafe1ef9070fc1703a74969d76925f..17c0b58c7dc91d44008ce2790a34952e1928011f 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;