Skip to content

Commit 5ab429b

Browse files
committed
span: fix typo in status code
Signed-off-by: Eduardo Silva <[email protected]>
1 parent 6a8039f commit 5ab429b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ctraces/ctr_span.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
/* Status code */
4141
#define CTRACE_SPAN_STATUS_CODE_UNSET 0
4242
#define CTRACE_SPAN_STATUS_CODE_OK 1
43-
#define CTRACE_SPAN_STAUTS_CODE_ERROR 2
43+
#define CTRACE_SPAN_STATUS_CODE_ERROR 2
4444

4545
struct ctrace_span_status {
4646
int code;

0 commit comments

Comments
 (0)