Diff between b411b98bf4f51c18c77626f786a4f2b8cdc28982 and 89cb88b0f030cd1b4dc96cfd1760332122957ec3

Changed Files

File Additions Deletions Status
monitor/packet.c +1 -1 modified

Full Patch

diff --git a/monitor/packet.c b/monitor/packet.c
index 48fff2b..5abf164 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;
 	}