From b013a494b5e3dbcf9bb3e4b33d3f00c43f43b7c6 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Tue, 8 Apr 2014 23:16:39 +0000 Subject: [PATCH] Fix typo in comment --- libs/esl/src/include/esl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/esl/src/include/esl.h b/libs/esl/src/include/esl.h index 144918eacd..17c0b58c7d 100644 --- a/libs/esl/src/include/esl.h +++ b/libs/esl/src/include/esl.h @@ -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;