aboutsummaryrefslogtreecommitdiffstats
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
commitc8160fbaca8b16afa132418f28c3b996ce2c52bf (patch)
treebf8fdc7acee7bf1ff20d1364d8e231227aa95a3c
parent64c8ccf9e8bb52f1a773b7050d66762a302e7c7a (diff)
downloadetisnoop-c8160fbaca8b16afa132418f28c3b996ce2c52bf.tar.gz
etisnoop-c8160fbaca8b16afa132418f28c3b996ce2c52bf.tar.bz2
etisnoop-c8160fbaca8b16afa132418f28c3b996ce2c52bf.zip
Fix spelling
-rw-r--r--etisnoop.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/etisnoop.cpp b/etisnoop.cpp
index 1db32f8..a915e90 100644
--- a/etisnoop.cpp
+++ b/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);