aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-10-27 07:47:40 +0200
committerAnders Broman <a.broman58@gmail.com>2016-10-27 07:12:32 +0000
commit832852f53364101f9b5ff8717c54525b3f8aaa63 (patch)
tree01090cf6356ba1cf1ab6ca8c7fe4b6a25e361174 /plugins
parent908fd98704df5c7a0bb2a17b720582b9f6137dde (diff)
gryphon (plugins): fix spelling typo found by lintian
Change-Id: I82f87f809ff0a261dacf38a2fb52aa4788403490 Reviewed-on: https://code.wireshark.org/review/18500 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/gryphon/packet-gryphon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/gryphon/packet-gryphon.c b/plugins/gryphon/packet-gryphon.c
index 9308771a58..ff9aae81be 100644
--- a/plugins/gryphon/packet-gryphon.c
+++ b/plugins/gryphon/packet-gryphon.c
@@ -543,8 +543,8 @@ static const value_string operators[] = {
{UVALUE_GE, "Greater than or equal to (unsigned)"},
{UVALUE_LT, "Less than (unsigned)"},
{UVALUE_LE, "Less than or equal to (unsigned)"},
- {DIG_LOW_TO_HIGH, "Digital, low to high transistion"},
- {DIG_HIGH_TO_LOW, "Digital, high to low transistion"},
+ {DIG_LOW_TO_HIGH, "Digital, low to high transition"},
+ {DIG_HIGH_TO_LOW, "Digital, high to low transition"},
{DIG_TRANSITION, "Digital, change of state"},
{0, NULL},
};