aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-01-02 10:52:50 +0000
committerGuy Harris <guy@alum.mit.edu>2006-01-02 10:52:50 +0000
commit35743cded8aaa02de6c27e2383d204a50c700a9f (patch)
tree3b4d7940ca8fa01d933c7478327daad48c682616 /asn1
parent9347bd2df6c1e965594801bb0ed88d68284b271f (diff)
Fix a typo.
svn path=/trunk/; revision=16931
Diffstat (limited to 'asn1')
-rw-r--r--asn1/h248/packet-h248-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/h248/packet-h248-template.c b/asn1/h248/packet-h248-template.c
index 1aa3cf7996..98cec4e6f1 100644
--- a/asn1/h248/packet-h248-template.c
+++ b/asn1/h248/packet-h248-template.c
@@ -548,7 +548,7 @@ static const value_string wildcard_modes[] = {
static const value_string wildcard_levels[] = {
{ 0, "This One Level" },
- { 1, "This Level and those bellow" },
+ { 1, "This Level and those below" },
{ 0, NULL }
};