diff options
author | 2020-03-23 09:38:26 +0000 | |
---|---|---|
committer | 2020-03-23 09:38:26 +0000 | |
commit | dccdc9ac42156bcf31a2d5b0bfb2678c42ac9808 (patch) | |
tree | c5436cf3aa092d581e9b5157976c908449f6e2d6 /usr.sbin/tcpdump | |
parent | Declare lz_enter_rr_into_zone() static, it's only used in (diff) | |
download | wireguard-openbsd-dccdc9ac42156bcf31a2d5b0bfb2678c42ac9808.tar.xz wireguard-openbsd-dccdc9ac42156bcf31a2d5b0bfb2678c42ac9808.zip |
Spell "status" correctly.
ok jasper@ mpi@
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r-- | usr.sbin/tcpdump/print-usbpcap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/print-usbpcap.c b/usr.sbin/tcpdump/print-usbpcap.c index 324d9024479..18714ca62ea 100644 --- a/usr.sbin/tcpdump/print-usbpcap.c +++ b/usr.sbin/tcpdump/print-usbpcap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print-usbpcap.c,v 1.4 2020/02/24 13:12:14 jasper Exp $ */ +/* $OpenBSD: print-usbpcap.c,v 1.5 2020/03/23 09:38:26 patrick Exp $ */ /* * Copyright (c) 2018 Martin Pieuchot <mpi@openbsd.org> @@ -28,7 +28,7 @@ #endif const char *usbpcap_xfer_type[] = {"isoc", "intr", "ctrl", "bulk"}; -const char *usbpcap_control_stages[] = {"setup", "data", "setatus"}; +const char *usbpcap_control_stages[] = {"setup", "data", "status"}; const char *usbpcap_request_codes[] = { "GET_STATUS", "CLEAR_FEATURE", "?", "SET_FEATURE", "?", "SET_ADDRESS", "GET_DESCRIPTOR", "SET_DESCRIPTOR", "GET_CONFIG", "SET_CONFIG", |