gsm_rlcmac: fix fix spelling typo found by lintian
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Thu, 27 Oct 2016 16:06:07 +0000 (18:06 +0200)
committerAnders Broman <a.broman58@gmail.com>
Fri, 28 Oct 2016 07:38:10 +0000 (07:38 +0000)
Change-Id: I949067c5f18f48ba954e54e6ca0c224744f85e41
Reviewed-on: https://code.wireshark.org/review/18535
Reviewed-by: Anders Broman <a.broman58@gmail.com>
epan/dissectors/packet-gsm_rlcmac.c

index 7262bab13603bca560630688ed20f32295452b25..d4b50f074748877847907bf20eca113df3da5ef7 100644 (file)
@@ -7615,7 +7615,7 @@ static const true_false_string retry_vals = {
 };
 
 static const value_string ctrl_ack_vals[] = {
-  {0x00, "In case the message is sent in access burst format, the MS received two RLC/MAC blocks with the same RTI value, one with RBSN = 0 and the other with RBSN = 1 and the mobile station is requesting new TBF. Otherwise the bit value '00' is reserved and shall not be sent. If received it shall be intepreted as the MS received an RLC/MAC control block addressed to itself and with RBSN = 1, and did not receive an RLC/MAC control block with the same RTI value and RBSN = 0"},
+  {0x00, "In case the message is sent in access burst format, the MS received two RLC/MAC blocks with the same RTI value, one with RBSN = 0 and the other with RBSN = 1 and the mobile station is requesting new TBF. Otherwise the bit value '00' is reserved and shall not be sent. If received it shall be interpreted as the MS received an RLC/MAC control block addressed to itself and with RBSN = 1, and did not receive an RLC/MAC control block with the same RTI value and RBSN = 0"},
   {0x01, "The MS received an RLC/MAC control block addressed to itself and with RBSN = 1, and did not receive an RLC/MAC control block with the same RTI value and RBSN = 0"},
   {0x02, "The MS received an RLC/MAC control block addressed to itself and with RBSN = 0, and did not receive an RLC/MAC control block with the same RTI value and RBSN = 1. This value is sent irrespective of the value of the FS bit"},
   {0x03, "The MS received two RLC/MAC blocks with the same RTI value, one with RBSN = 0 and the other with RBSN = 1"},