Some spelling fixes

This commit is contained in:
Martin Mathieson 2021-09-08 23:33:59 +01:00 committed by Guy Harris
parent 36977acfbf
commit dd667dddf0
4 changed files with 40 additions and 8 deletions

View File

@ -12409,7 +12409,7 @@ proto_register_bgp(void)
{ "ESI 9 bytes value", "bgp.evpn.nlri.esi.type0", FT_BYTES, { "ESI 9 bytes value", "bgp.evpn.nlri.esi.type0", FT_BYTES,
SEP_SPACE, NULL, 0x0, NULL, HFILL }}, SEP_SPACE, NULL, 0x0, NULL, HFILL }},
{ &hf_bgp_evpn_nlri_esi_rb_mac, { &hf_bgp_evpn_nlri_esi_rb_mac,
{ "ESI root bridge MAC", "bgp.evpn.nlri.esi.root_brige", FT_ETHER, { "ESI root bridge MAC", "bgp.evpn.nlri.esi.root_bridge", FT_ETHER,
BASE_NONE, NULL, 0x0, NULL, HFILL }}, BASE_NONE, NULL, 0x0, NULL, HFILL }},
{ &hf_bgp_evpn_nlri_esi_rbprio, { &hf_bgp_evpn_nlri_esi_rbprio,
{ "ESI root bridge priority", "bgp.evpn.nlri.esi.rb_prio", FT_UINT16, { "ESI root bridge priority", "bgp.evpn.nlri.esi.rb_prio", FT_UINT16,
@ -12725,19 +12725,19 @@ proto_register_bgp(void)
{ "Reserved", "bgp.ls.tlv.application_specific_link_attributes.reserved", FT_UINT16, { "Reserved", "bgp.ls.tlv.application_specific_link_attributes.reserved", FT_UINT16,
BASE_HEX, NULL, 0x0, NULL, HFILL}}, BASE_HEX, NULL, 0x0, NULL, HFILL}},
{ &hf_bgp_ls_tlv_app_spec_link_attrs_sabm, { &hf_bgp_ls_tlv_app_spec_link_attrs_sabm,
{ "Standard Application Identifier Bit Mask", "bgp.ls.tlv.application_specific_link_attribugtes.sabm", FT_UINT32, { "Standard Application Identifier Bit Mask", "bgp.ls.tlv.application_specific_link_attributes.sabm", FT_UINT32,
BASE_HEX, NULL, 0x0, NULL, HFILL}}, BASE_HEX, NULL, 0x0, NULL, HFILL}},
{ &hf_bgp_ls_tlv_app_spec_link_attrs_sabm_r, { &hf_bgp_ls_tlv_app_spec_link_attrs_sabm_r,
{ "RSVP-TE (R)", "bgp.ls.tlv.application_specific_link_attribugtes.sabm.r", FT_BOOLEAN, { "RSVP-TE (R)", "bgp.ls.tlv.application_specific_link_attributes.sabm.r", FT_BOOLEAN,
32, TFS(&tfs_set_notset), BGP_LS_APP_SPEC_LINK_ATTRS_SABM_R, NULL, HFILL}}, 32, TFS(&tfs_set_notset), BGP_LS_APP_SPEC_LINK_ATTRS_SABM_R, NULL, HFILL}},
{ &hf_bgp_ls_tlv_app_spec_link_attrs_sabm_s, { &hf_bgp_ls_tlv_app_spec_link_attrs_sabm_s,
{ "Segment Routing Policy (S)", "bgp.ls.tlv.application_specific_link_attribugtes.sabm.s", FT_BOOLEAN, { "Segment Routing Policy (S)", "bgp.ls.tlv.application_specific_link_attributes.sabm.s", FT_BOOLEAN,
32, TFS(&tfs_set_notset), BGP_LS_APP_SPEC_LINK_ATTRS_SABM_S, NULL, HFILL}}, 32, TFS(&tfs_set_notset), BGP_LS_APP_SPEC_LINK_ATTRS_SABM_S, NULL, HFILL}},
{ &hf_bgp_ls_tlv_app_spec_link_attrs_sabm_f, { &hf_bgp_ls_tlv_app_spec_link_attrs_sabm_f,
{ "Loop Free Alternate (F)", "bgp.ls.tlv.application_specific_link_attribugtes.sabm.f", FT_BOOLEAN, { "Loop Free Alternate (F)", "bgp.ls.tlv.application_specific_link_attributes.sabm.f", FT_BOOLEAN,
32, TFS(&tfs_set_notset), BGP_LS_APP_SPEC_LINK_ATTRS_SABM_F, NULL, HFILL}}, 32, TFS(&tfs_set_notset), BGP_LS_APP_SPEC_LINK_ATTRS_SABM_F, NULL, HFILL}},
{ &hf_bgp_ls_tlv_app_spec_link_attrs_sabm_x, { &hf_bgp_ls_tlv_app_spec_link_attrs_sabm_x,
{ "Flexible Algorithm (X)", "bgp.ls.tlv.application_specific_link_attribugtes.sabm.x", FT_BOOLEAN, { "Flexible Algorithm (X)", "bgp.ls.tlv.application_specific_link_attributes.sabm.x", FT_BOOLEAN,
32, TFS(&tfs_set_notset), BGP_LS_APP_SPEC_LINK_ATTRS_SABM_X, NULL, HFILL}}, 32, TFS(&tfs_set_notset), BGP_LS_APP_SPEC_LINK_ATTRS_SABM_X, NULL, HFILL}},
{ &hf_bgp_ls_tlv_app_spec_link_attrs_udabm, { &hf_bgp_ls_tlv_app_spec_link_attrs_udabm,
{ "User-Defined Application Identifier Bit Mask", "bgp.ls.tlv.application_specific_link_attributes.udabm", FT_BYTES, { "User-Defined Application Identifier Bit Mask", "bgp.ls.tlv.application_specific_link_attributes.udabm", FT_BYTES,

View File

@ -9330,7 +9330,7 @@ void proto_register_dis(void)
NULL, HFILL} NULL, HFILL}
}, },
{ &hf_dis_mod_param_ts_allocation_mode, { &hf_dis_mod_param_ts_allocation_mode,
{ "Time Slot Allocaton Mode", "dis.radio.mod_param.jtids.ts_alloc_mode", { "Time Slot Allocation Mode", "dis.radio.mod_param.jtids.ts_alloc_mode",
FT_UINT8, BASE_DEC, VALS(DIS_PDU_TSAllocationFidelity_Strings), 0x0, FT_UINT8, BASE_DEC, VALS(DIS_PDU_TSAllocationFidelity_Strings), 0x0,
NULL, HFILL } NULL, HFILL }
}, },

View File

@ -14,6 +14,8 @@ from collections import Counter
# Looks for spelling errors among strings found in source or documentation files. # Looks for spelling errors among strings found in source or documentation files.
# TODO: check structured doxygen comments?
# For text colouring/highlighting. # For text colouring/highlighting.
class bcolors: class bcolors:
HEADER = '\033[95m' HEADER = '\033[95m'
@ -320,7 +322,7 @@ def isGeneratedFile(filename):
def isAppropriateFile(filename): def isAppropriateFile(filename):
file, extension = os.path.splitext(filename) file, extension = os.path.splitext(filename)
return extension in { '.adoc', '.c', '.cpp', '.pod'} or file.endswith('README') return extension in { '.adoc', '.c', '.cpp', '.pod', '.nsi'} or file.endswith('README')
def findFilesInFolder(folder): def findFilesInFolder(folder):

View File

@ -193,6 +193,7 @@ clientkey
cmake cmake
cmdcontrol cmdcontrol
cmstatus cmstatus
codabar
codebook codebook
codecs codecs
codepoint codepoint
@ -250,6 +251,7 @@ cyphering
datagram datagram
datagrams datagrams
dataitem dataitem
datalen
datarate datarate
datastate datastate
datetime datetime
@ -268,6 +270,7 @@ deauthentications
debian debian
debug debug
decapsulation decapsulation
decca
dechunk dechunk
decompressing decompressing
decompressor decompressor
@ -317,6 +320,7 @@ deselect
destport destport
deutschland deutschland
devcap devcap
deviceid
devmode devmode
dfilter dfilter
dfilters dfilters
@ -326,6 +330,7 @@ dialed
dialup dialup
diffie diffie
Digicel Digicel
digitizer
diplexer diplexer
directionality directionality
disambiguation disambiguation
@ -347,6 +352,7 @@ downlink
dpauxmon dpauxmon
dpnss dpnss
drbid drbid
drdynvc
droppable droppable
dsmcc dsmcc
dstport dstport
@ -377,12 +383,14 @@ encrypting
endace endace
endian endian
endianness endianness
engineid
enodeb enodeb
enrollee enrollee
entityid entityid
entryid entryid
enumerates enumerates
enumerations enumerations
enumerator
epasv epasv
epdcch epdcch
ericsson ericsson
@ -405,6 +413,7 @@ eutra
eutran eutran
eventlog eventlog
executables executables
exocet
extattr extattr
extcap extcap
extensibility extensibility
@ -467,6 +476,7 @@ google
gprscdr gprscdr
greyed greyed
groupa groupa
groupadd
groupb groupb
groupcast groupcast
groupmod groupmod
@ -545,6 +555,7 @@ interworking
invalidation invalidation
ioctl ioctl
ioerr ioerr
iograph
ipaddr ipaddr
ipaddress ipaddress
ipfix ipfix
@ -588,6 +599,7 @@ lcsap
leasequery leasequery
libgcrypt libgcrypt
libpcap libpcap
linearity
linkaddr linkaddr
linker linker
linkinfo linkinfo
@ -685,12 +697,14 @@ multirate
multislot multislot
multistate multistate
mumbai mumbai
mycapture
nacks nacks
namelen namelen
namespace namespace
narrowband narrowband
nbrar nbrar
ndpsm ndpsm
negotiability
netboot netboot
netfilter netfilter
netflow netflow
@ -753,6 +767,7 @@ onoff
ontime ontime
opcode opcode
opcodes opcodes
openssh
openssl openssl
openstreetmap openstreetmap
openvpn openvpn
@ -788,6 +803,7 @@ pcmax
pcmaxc pcmaxc
pdcch pdcch
pdsch pdsch
pdustatus
peeraddr peeraddr
peerkey peerkey
periodicities periodicities
@ -808,6 +824,7 @@ popup
portcounters portcounters
portinfo portinfo
portmod portmod
portno
portnumber portnumber
portstatus portstatus
posix posix
@ -834,6 +851,7 @@ procid
profidrive profidrive
profinet profinet
promiscuously promiscuously
propertykey
protected protected
protoabbrev protoabbrev
protobuf protobuf
@ -850,6 +868,7 @@ pubdir
pubkey pubkey
pucch pucch
pusch pusch
pwach
pytest pytest
qam16 qam16
qam64 qam64
@ -871,6 +890,7 @@ randomization
randomizer randomizer
randpkt randpkt
raster raster
rdpudp
reachability reachability
readme readme
realloc realloc
@ -888,6 +908,7 @@ reauthenticate
reauthentication reauthentication
reauthorize reauthorize
rebalance rebalance
rebase
rebinding rebinding
rebooted rebooted
reboots reboots
@ -1010,6 +1031,7 @@ serialize
serialized serialized
sessionid sessionid
setattr setattr
setcap
setuid setuid
severities severities
sflow sflow
@ -1033,6 +1055,7 @@ snow3g
softkey softkey
someip someip
someipsd someipsd
sonet
spare spare
spare1 spare1
spare2 spare2
@ -1065,6 +1088,8 @@ statusbar
stderr stderr
stdout stdout
streamid streamid
stringz
stringzpad
struct struct
structs structs
subaddress subaddress
@ -1143,6 +1168,8 @@ telia
teredo teredo
tesla tesla
text2pcap text2pcap
thermister
thermistor
timeout timeout
timeslot timeslot
timestamp timestamp
@ -1161,6 +1188,7 @@ traceroute
transcoder transcoder
transifex transifex
transitioning transitioning
transitivity
traveler traveler
traversal traversal
truncatable truncatable
@ -1256,6 +1284,7 @@ unmappable
unmark unmark
unmarshal unmarshal
unmerged unmerged
unmodulated
unmute unmute
unmuted unmuted
unoptimized unoptimized
@ -1313,6 +1342,7 @@ v1410
v1530 v1530
v1610 v1610
validator validator
varint
verifier verifier
verizon verizon
version2 version2