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>
This commit is contained in:
Alexis La Goutte 2016-10-12 22:47:23 +02:00 committed by Anders Broman
parent 0674a92cff
commit 7eaa5b7484
1 changed files with 1 additions and 1 deletions

View File

@ -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"},