aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-10-27 08:20:57 +0200
committerAnders Broman <a.broman58@gmail.com>2016-10-27 07:14:24 +0000
commit1643e37ae44e0d1329b17781515b04c043bc4e85 (patch)
treeb7d84f2298c9b82da7d3590279f529efb45b6bc5
parentd3a9f626488a1e05c4150da9365a1aefb1ebd96d (diff)
gsm_abis_om2000: fix spelling typo found by lintian
Change-Id: Ie52831aa218551e0f55d5479f47cc7cf92c2b069 Reviewed-on: https://code.wireshark.org/review/18507 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-gsm_abis_om2000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_abis_om2000.c b/epan/dissectors/packet-gsm_abis_om2000.c
index 4f7173dc70..7d2241f16e 100644
--- a/epan/dissectors/packet-gsm_abis_om2000.c
+++ b/epan/dissectors/packet-gsm_abis_om2000.c
@@ -545,7 +545,7 @@ static const value_string om2k_attr_id_vals[] = {
{ 0x0007, "Input BS_AG_BLKS_RES" },
{ 0x001d, "Input FN Offset" },
{ 0x002f, "Power GMSK" },
- { 0x0033, "Reciever Diversity" },
+ { 0x0033, "Receiver Diversity" },
{ 0x0037, "Power 8-PSK" },
{ 0x003a, "TF Mode" },
{ 0x0043, "File Supported Functions OML I" },