aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x25.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-x25.c
parent3bb0df12f5425be7d80bb3612b8bd95ecf8402e4 (diff)
Fix various typos and spelling errors (mostly in text strings)
svn path=/trunk/; revision=27065
Diffstat (limited to 'epan/dissectors/packet-x25.c')
-rw-r--r--epan/dissectors/packet-x25.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-x25.c b/epan/dissectors/packet-x25.c
index 4392e712fe..67e99109c9 100644
--- a/epan/dissectors/packet-x25.c
+++ b/epan/dissectors/packet-x25.c
@@ -544,7 +544,7 @@ static const char *clear_diag(unsigned char code)
if (code == 248)
return "Connection rejection - incompatible information in user data";
if (code == 249)
- return "Connection rejection - unrecognizable protocol indentifier "
+ return "Connection rejection - unrecognizable protocol identifier "
"in user data";
if (code == 250)
return "Reset - user resynchronization";