aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smpp.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-03-18 22:24:24 +0000
committerBill Meier <wmeier@newsguy.com>2012-03-18 22:24:24 +0000
commit2df5dc3d533008334c3705b9a1d3683663a88ae2 (patch)
tree39266fb60b61337685d57db6e23138c074c61a93 /epan/dissectors/packet-smpp.c
parenta7041cacb0552d85d6e173a6d2e54e2bce4c73b4 (diff)
From Reinhard Speyerer: Fix several misspellings/typos in Wireshark
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6967 svn path=/trunk/; revision=41645
Diffstat (limited to 'epan/dissectors/packet-smpp.c')
-rw-r--r--epan/dissectors/packet-smpp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-smpp.c b/epan/dissectors/packet-smpp.c
index 35a20b4a06..175985c7ac 100644
--- a/epan/dissectors/packet-smpp.c
+++ b/epan/dissectors/packet-smpp.c
@@ -1056,7 +1056,7 @@ static const value_string vals_operation_result[] = {
{ 0x0f, "MO account balance is not enough" },
{ 0x10, "MT account balance is not enough" },
{ 0x11, "MO VAS is not supported" },
- { 0x12, "MT VAS is not suppoeted" },
+ { 0x12, "MT VAS is not supported" },
{ 0x13, "MO user is post-paid user and checked success" },
{ 0x14, "MT user is post-paid user and checked success" },
{ 0x15, "MO post-paid user status is incorrect" },