aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ospf.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-12-20 00:09:02 +0000
committerBill Meier <wmeier@newsguy.com>2008-12-20 00:09:02 +0000
commitc0e92cbc0495362413ae2aec0ba5a01d38708827 (patch)
treefa7369f1e31dc5b2b27473e8b675c1352a9e85ad /epan/dissectors/packet-ospf.c
parent3bb0df12f5425be7d80bb3612b8bd95ecf8402e4 (diff)
Fix various typos and spelling errors (mostly in text strings)
svn path=/trunk/; revision=27065
Diffstat (limited to 'epan/dissectors/packet-ospf.c')
-rw-r--r--epan/dissectors/packet-ospf.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-ospf.c b/epan/dissectors/packet-ospf.c
index d11a3fa7f8..7670b9e701 100644
--- a/epan/dissectors/packet-ospf.c
+++ b/epan/dissectors/packet-ospf.c
@@ -429,16 +429,16 @@ static const true_false_string tfs_dbd_r = {
"OOBResync bit is NOT set"
};
static const true_false_string tfs_lls_ext_options_lr = {
- "LSDB Resynchrinization (LR-bit) is SET",
- "LSDB Resynchrinization (LR-bit) is NOT set"
+ "LSDB Resynchronization (LR-bit) is SET",
+ "LSDB Resynchronization (LR-bit) is NOT set"
};
static const true_false_string tfs_lls_ext_options_rs = {
"Restart Signal (RS-bit) is SET",
"Restart Signal (RS-bit) is NOT set"
};
static const true_false_string tfs_v3_lls_ext_options_lr = {
- "LSDB Resynchrinization (LR-bit) is SET",
- "LSDB Resynchrinization (LR-bit) is NOT set"
+ "LSDB Resynchronization (LR-bit) is SET",
+ "LSDB Resynchronization (LR-bit) is NOT set"
};
static const true_false_string tfs_v3_lls_ext_options_rs = {
"Restart Signal (RS-bit) is SET",