Skip to content

Commit

Permalink
log_event_encoder: fix typo (#7646)
Browse files Browse the repository at this point in the history
Signed-off-by: Takahiro Yamashita <[email protected]>
  • Loading branch information
nokute78 authored Sep 23, 2023
1 parent a7a49c8 commit b708369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flb_log_event_encoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ const char *flb_log_event_encoder_get_error_description(int error_code)
break;

case FLB_EVENT_ENCODER_ERROR_SERIALIZATION_FAILURE:
ret = "Serializatoin failure";
ret = "Serialization failure";
break;

case FLB_EVENT_ENCODER_ERROR_INVALID_VALUE_TYPE:
Expand Down

0 comments on commit b708369

Please sign in to comment.