Joseph Herlant
2018-11-25 21:15:13 UTC
Fixes a typo in the code comments of the 51d subsystem.
---
src/51d.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/51d.c b/src/51d.c
index e092c5ba..f224f1de 100644
--- a/src/51d.c
+++ b/src/51d.c
@@ -378,7 +378,7 @@ static int _51d_fetch(const struct arg *args, struct sample *smp, const char *kw
struct lru64 *lru = NULL;
#endif
- /* Needed to ensure that the HTTP message has been fully recieved when
+ /* Needed to ensure that the HTTP message has been fully received when
* used with TCP operation. Not required for HTTP operation.
* Data type has to be reset to ensure the string output is processed
* correctly.
---
src/51d.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/51d.c b/src/51d.c
index e092c5ba..f224f1de 100644
--- a/src/51d.c
+++ b/src/51d.c
@@ -378,7 +378,7 @@ static int _51d_fetch(const struct arg *args, struct sample *smp, const char *kw
struct lru64 *lru = NULL;
#endif
- /* Needed to ensure that the HTTP message has been fully recieved when
+ /* Needed to ensure that the HTTP message has been fully received when
* used with TCP operation. Not required for HTTP operation.
* Data type has to be reset to ensure the string output is processed
* correctly.
--
2.19.2
2.19.2