diff options
author | Martin Hauke <mardnh@gmx.de> | 2019-07-15 21:14:52 +0200 |
---|---|---|
committer | Andreas Eversberg <jolly@eversberg.eu> | 2019-07-15 21:14:52 +0200 |
commit | 75765d49b735f3a998a5c0ee4b372b4d1da7576c (patch) | |
tree | 37c6044b327de55a343e9ae4da882cc2ee133a9e /src/amps/frame.c | |
parent | c357ab5ad53aac6a469aef77c42332918670620a (diff) |
Fixed many typos in output and source code comments
Diffstat (limited to 'src/amps/frame.c')
-rw-r--r-- | src/amps/frame.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/amps/frame.c b/src/amps/frame.c index d22dcd3..496241b 100644 --- a/src/amps/frame.c +++ b/src/amps/frame.c @@ -2221,7 +2221,7 @@ struct amps_ie_desc amps_ie_desc[] = { { AMPS_IE_DMAC, "DMAC", "Digital mobile attenuation code field", ie_cmac }, { AMPS_IE_DTX, "DTX", "Discontinuous-Transmission field", ie_yes }, { AMPS_IE_DTX_Support, "DTX Support", "Indicates the nature of DTX supported on an analog voice", ie_dtx_support }, - { AMPS_IE_DVCC, "DVCC", "Digital Verfication Color Code", NULL}, + { AMPS_IE_DVCC, "DVCC", "Digital Verification Color Code", NULL}, { AMPS_IE_Data_Part, "Data Part", "Identifies the Data Port associated with a data/fax call", ie_data_part }, { AMPS_IE_Data_Privacy, "Data Privacy", "This field indicates whether or not Data Privacy is supported", ie_yes }, { AMPS_IE_E, "E", "Extended address field", ie_yes }, @@ -3699,7 +3699,7 @@ int amps_decode_frame(amps_t *amps, const char *bits, int count, double level, d } else if (count == 240) { more = amps_decode_bits_recc(amps, bits, 0); } else { - PDEBUG_CHAN(DFRAME, DEBUG_ERROR, "Frame with unknown lenght = %d, please fix!\n", count); + PDEBUG_CHAN(DFRAME, DEBUG_ERROR, "Frame with unknown length = %d, please fix!\n", count); } return more; |