Fix some typos

[skip ci]
This commit is contained in:
Francois-Xavier Le Bail 2020-12-13 13:38:22 +01:00
parent 6aec006635
commit 607c27486b
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ language: c
#
# Try building on these 4 architectures; all are 64-bit, and all but
# "s390x", a/k/a z/Architecture, are little-endian. The crypto library
# on Litle-endian PowerPC/Power ISA does some things that require more
# on little-endian PowerPC/Power ISA does some things that require more
# careful adherence to the documentation, so it's useful for testing
# that.
#

View File

@ -256,7 +256,7 @@ static const char *p_mlme_short_names[] = {
"CTM IE", /* 0x32 */
"Timestamp IE", /* 0x33 */
"Timestamp Difference IE", /* 0x34 */
"TMCTP Sepcification IE", /* 0x35 */
"TMCTP Specification IE", /* 0x35 */
"RCC PHY Operating Mode IE", /* 0x36 */
"Reserved 0x37", /* 0x37 */
"Reserved 0x38", /* 0x38 */
@ -2438,7 +2438,7 @@ ieee802_15_4_frag_frame(netdissect_options *ndo _U_,
}
/*
* Interal call to dissector taking packet + len instead of pcap_pkthdr.
* Internal call to dissector taking packet + len instead of pcap_pkthdr.
*
* Returns FALSE in case of error.
*/