aboutsummaryrefslogtreecommitdiffstats
path: root/etisnoop
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-11-22 09:49:19 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-11-22 09:49:19 +0100
commitd76625d458886093f6330732083fbc85f4f50c06 (patch)
treebfe5beb7eb1b6e0b6a87948a2565cb4f2c51b8e6 /etisnoop
parent7ee49a0580a8f7332c489685d66e189da401e247 (diff)
downloadmmbtools-aux-d76625d458886093f6330732083fbc85f4f50c06.tar.gz
mmbtools-aux-d76625d458886093f6330732083fbc85f4f50c06.tar.bz2
mmbtools-aux-d76625d458886093f6330732083fbc85f4f50c06.zip
Fix spelling
Diffstat (limited to 'etisnoop')
-rw-r--r--etisnoop/etisnoop.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/etisnoop/etisnoop.cpp b/etisnoop/etisnoop.cpp
index 1db32f8..a915e90 100644
--- a/etisnoop/etisnoop.cpp
+++ b/etisnoop/etisnoop.cpp
@@ -592,12 +592,12 @@ void decodeFIG(std::vector<struct FIG> &figs,
if (ch != 0) {
occ = f[5];
sprintf(desc,
- "Ensamble ID=0x%02x (Country id=%d, Ensamble reference=%d), Change flag=%d, Alarm flag=%d, CIF Count=%d/%d, Occurance change=%d",
+ "Ensemble ID=0x%02x (Country id=%d, Ensemble reference=%d), Change flag=%d, Alarm flag=%d, CIF Count=%d/%d, Occurance change=%d",
eid, cid, eref, ch, al, hic, lowc, occ);
}
else {
sprintf(desc,
- "Ensamble ID=0x%02x (Country id=%d, Ensamble reference=%d), Change flag=%d, Alarm flag=%d, CIF Count=%d/%d",
+ "Ensemble ID=0x%02x (Country id=%d, Ensemble reference=%d), Change flag=%d, Alarm flag=%d, CIF Count=%d/%d",
eid, cid, eref, ch, al, hic, lowc);
}
printbuf(desc, indent+1, NULL, 0);