Skip to content

Commit 9ea6a40

Browse files
authored
Fix typo in print header for remote address
1 parent c351210 commit 9ea6a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/tcprtt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def addrfilter(addr, src_or_dest):
209209
print_header = "Local Address"
210210
elif args.byraddr:
211211
bpf_text = bpf_text.replace('STORE_HIST', 'key.addr = addr = daddr;')
212-
print_header = "Remote Addres"
212+
print_header = "Remote Address"
213213
else:
214214
bpf_text = bpf_text.replace('STORE_HIST', 'key.addr = addr = 0;')
215215
print_header = "All Addresses"

0 commit comments

Comments
 (0)