From 89cb88b0f030cd1b4dc96cfd1760332122957ec3 Mon Sep 17 00:00:00 2001 From: Preston Hunt Date: Tue, 16 Apr 2024 16:12:05 -0700 Subject: [PATCH] monitor: fix spelling typo --- monitor/packet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/packet.c b/monitor/packet.c index 48fff2ba6..5abf164eb 100644 --- a/monitor/packet.c +++ b/monitor/packet.c @@ -3779,7 +3779,7 @@ static void print_transport_data(const uint8_t *data, uint8_t len) print_field(" Provider Only"); break; case 0x03: - print_field(" Both Seeker an Provider"); + print_field(" Both Seeker and Provider"); break; } -- 2.47.3