mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-06 10:26:41 +00:00
Fix typo in comment
This commit is contained in:
parent
8e9fd1fb83
commit
b013a494b5
@ -301,7 +301,7 @@ typedef struct {
|
|||||||
char socket_buf[65536];
|
char socket_buf[65536];
|
||||||
/*! Last command reply */
|
/*! Last command reply */
|
||||||
char last_reply[1024];
|
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];
|
char last_sr_reply[1024];
|
||||||
/*! Last event received. Only populated when **save_event is NULL */
|
/*! Last event received. Only populated when **save_event is NULL */
|
||||||
esl_event_t *last_event;
|
esl_event_t *last_event;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user