aboutsummaryrefslogtreecommitdiffstats
path: root/src/cnetz/fsk_fm_demod.h
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2016-07-24 10:26:01 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2016-07-24 12:31:08 +0200
commit6a5af9aeac60913a26ee0fe76d26158296ccf070 (patch)
tree200bc9add11a92038c7cb5a99bcff0d3191041ae /src/cnetz/fsk_fm_demod.h
parentc273bbc5ff8c6e35ec7a0b1524e509e0a6520d98 (diff)
Typos: acknowledgement -> acknowledgment signalling -> signaling
Diffstat (limited to 'src/cnetz/fsk_fm_demod.h')
-rw-r--r--src/cnetz/fsk_fm_demod.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cnetz/fsk_fm_demod.h b/src/cnetz/fsk_fm_demod.h
index dc224be..abc8663 100644
--- a/src/cnetz/fsk_fm_demod.h
+++ b/src/cnetz/fsk_fm_demod.h
@@ -27,7 +27,7 @@ typedef struct fsk_fm_demod {
int level_threshold; /* threshold for detection of next level change */
double bits_per_sample; /* duration of one sample in bits */
double next_bit; /* count time to detect bits */
- int bit_count; /* counts bits, to match 4 bits at distributed signalling */
+ int bit_count; /* counts bits, to match 4 bits at distributed signaling */
int last_change_positive; /* flags last level change direction */
enum fsk_sync sync; /* set, if we are in sync and what polarity we receive */
double sync_level; /* what was the level, when we received the sync */