aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppp.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-10-12 22:47:23 +0200
committerAnders Broman <a.broman58@gmail.com>2016-10-12 21:29:22 +0000
commit7eaa5b7484aa4c86d750b2d05b25e1b7cf0a4eb6 (patch)
treee6d8193b738bab7f9289db7afe82bad7debf6427 /epan/dissectors/packet-ppp.c
parent0674a92cffa2a68d866aa453673a9fbbd723fed6 (diff)
PPP: fix typo found by lintian
Change-Id: I2634a3b07b36133f14eeb91911338c51a34e35b4 Reviewed-on: https://code.wireshark.org/review/18175 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-ppp.c')
-rw-r--r--epan/dissectors/packet-ppp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ppp.c b/epan/dissectors/packet-ppp.c
index f7384984be..9a5333bc98 100644
--- a/epan/dissectors/packet-ppp.c
+++ b/epan/dissectors/packet-ppp.c
@@ -3896,7 +3896,7 @@ dissect_vsncp_pdntype_opt(const ip_tcp_opt *optp _U_, tvbuff_t *tvb, int offset,
}
static const value_string vsncp_errorcode_vals[] = {
- {0, "General Eror"},
+ {0, "General Error"},
{1, "Unauthorized APN"},
{2, "PDN Limit Exceeded"},
{3, "NO PG-W Available"},