Fix typo in comment

This commit is contained in:
Travis Cross 2014-04-08 23:16:39 +00:00
parent 369bb55d15
commit c6acddf928
1 changed files with 1 additions and 1 deletions

View 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;