Wireshark-commits: [Wireshark-commits] master 81b457d: ASN1: fix misspelling (found by Lintian)

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 4 Feb 2016 09:44:55 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=81b457d0c461b06de836148733d31e2e8e40cdb3
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

81b457d by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    ASN1: fix misspelling (found by Lintian)
    
    Extention -> Extension
    
    Change-Id: I10278ce21da805b2b86cac6e2b14e921acf15544
    Reviewed-on: https://code.wireshark.org/review/13052
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  35ef16b   THRIFT: add heuristic for TFramedTransport
    adds  81b457d   ASN1: fix misspelling (found by Lintian)


Summary of changes:
 asn1/ftam/ISO8571-FTAM.asn             |    2 +-
 asn1/gsm_map/gsm_map.cnf               |    2 +-
 asn1/gsm_map/packet-gsm_map-template.c |    4 +-
 asn1/inap/inap.cnf                     |    2 +-
 asn1/inap/packet-inap-template.c       |    4 +-
 asn1/rrc/InformationElements.asn       |    4 +-
 asn1/rrc/PDU-definitions.asn           |    4 +-
 asn1/rrlp/RRLP-Components.asn          |    2 +-
 asn1/tetra/tetra.asn                   |    6 +-
 epan/dissectors/packet-gsm_map.c       |    6 +-
 epan/dissectors/packet-inap.c          |    6 +-
 epan/dissectors/packet-rrc.c           |  236 ++++++++++++++++----------------
 epan/dissectors/packet-tetra.c         |   20 +--
 13 files changed, 153 insertions(+), 145 deletions(-)