Wireshark-commits: [Wireshark-commits] master 29be7f9: Qt, docs, ieee1905: fix some spelling errors

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 21 Sep 2019 08:34:04 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=29be7f9d9a6452a63cb22c425ac1c56d1f99f10d
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

29be7f9 by Peter Wu (peter@xxxxxxxxxxxxx):

    Qt, docs, ieee1905: fix some spelling errors
    
    The spelling error for "Desription" in the context menu was very
    obvious. The others were found by scanning the output of:
    
        grep -Po '<source>\K.*(?=</source>)' wireshark_en.ts
    
    Change-Id: I4b95236c82f76828a115d59d7c8e0b853eae1d26
    Reviewed-on: https://code.wireshark.org/review/34582
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  42b72e1   README.dissector: fix proto_tree_add_bitmask_len signature
     add  29be7f9   Qt, docs, ieee1905: fix some spelling errors


Summary of changes:
 docbook/wsug_src/WSUG_chapter_customize.adoc    | 7 +++----
 epan/dissectors/packet-ieee1905.c               | 2 +-
 extcap.c                                        | 2 +-
 ui/qt/bluetooth_att_server_attributes_dialog.ui | 2 +-
 ui/qt/bluetooth_device_dialog.ui                | 4 ++--
 ui/qt/bluetooth_devices_dialog.ui               | 2 +-
 ui/qt/import_text_dialog.ui                     | 4 ++--
 ui/qt/main_window.ui                            | 2 +-
 ui/qt/profile_dialog.ui                         | 2 +-
 ui/qt/proto_tree.cpp                            | 2 +-
 ui/qt/widgets/additional_toolbar.cpp            | 2 +-
 11 files changed, 15 insertions(+), 16 deletions(-)