aboutsummaryrefslogtreecommitdiff
path: root/src/freedv_fsk.c
diff options
context:
space:
mode:
authordrowe67 <[email protected]>2023-07-14 10:58:22 +0930
committerDavid Rowe <[email protected]>2023-07-14 10:58:22 +0930
commit0c2e969cfbe85548801eeb20ad8113969604892a (patch)
tree3d14c471174eec69ea14dbe8bf86c7411b8c42a1 /src/freedv_fsk.c
parent6588e77f38bdebd7adffe091b22e7760d95d0ccb (diff)
manually fixed spelling errors from codec2 #406
Diffstat (limited to 'src/freedv_fsk.c')
-rw-r--r--src/freedv_fsk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/freedv_fsk.c b/src/freedv_fsk.c
index 68d203d..31d30d3 100644
--- a/src/freedv_fsk.c
+++ b/src/freedv_fsk.c
@@ -543,7 +543,7 @@ int freedv_rx_fsk_ldpc_data(struct freedv *f, COMP demod_in[]) {
}
- /* extract packet sequnce numbers optionally placed in byte[0] */
+ /* extract packet sequence numbers optionally placed in byte[0] */
seq = 0;
for(int i=0; i<8; i++)
seq |= f->rx_payload_bits[8+i] << (7-i);