aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-at.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-at.c')
-rw-r--r--epan/dissectors/packet-at.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-at.c b/epan/dissectors/packet-at.c
index 63aa8245e6..571947a47d 100644
--- a/epan/dissectors/packet-at.c
+++ b/epan/dissectors/packet-at.c
@@ -191,8 +191,8 @@ static const value_string cfun_fun_vals[] = {
};
static const value_string cfun_rst_vals[] = {
- { 0, "Do not reset the MT before setting it to the requsted power level" },
- { 1, "Reset the MT before setting it to the requsted power level" },
+ { 0, "Do not reset the MT before setting it to the requested power level" },
+ { 1, "Reset the MT before setting it to the requested power level" },
{ 0, NULL }
};