From 8ab6d8ba8257d30b9840f4eef6bf600a8eb9a589 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Thu, 27 Oct 2016 18:04:37 +0200 Subject: [PATCH] usb-audio: fix fix spelling typo found by lintian Change-Id: I853bc068cfca477c2ec5968d8b9a17873ec8011c Reviewed-on: https://code.wireshark.org/review/18533 Reviewed-by: Anders Broman --- epan/dissectors/packet-usb-audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-usb-audio.c b/epan/dissectors/packet-usb-audio.c index f66991e6e3..c3b871a84c 100644 --- a/epan/dissectors/packet-usb-audio.c +++ b/epan/dissectors/packet-usb-audio.c @@ -260,7 +260,7 @@ static const value_string terminal_types_vals[] = { {0x0605, "S/PDIF interface"}, {0x0606, "1394 DA stream"}, {0x0607, "1394 DV stream soudtrack"}, - /* Embedded Funciton Terminal Types */ + /* Embedded Function Terminal Types */ {0x0700, "Embedded Undefined"}, {0x0701, "Level Calibration Noise Source"}, {0x0702, "Equalization Noise"},