aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2022-06-18 22:23:10 +0100
committerMartin Mathieson <martin.mathieson@keysight.com>2022-07-06 09:02:37 +0100
commiteab62aa76809f5b8c422286449ca884aca21e68d (patch)
tree5017acef60ac2fcdca33ebe7ddefa3d3c075cb96 /plugins
parentaa0eeb3184131746f6013fbf17d8e47dfe283b2c (diff)
Fix some spellings.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/epan/falco_bridge/README.md2
-rw-r--r--plugins/epan/profinet/packet-pn.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/epan/falco_bridge/README.md b/plugins/epan/falco_bridge/README.md
index 4fb30fe177..68e350baae 100644
--- a/plugins/epan/falco_bridge/README.md
+++ b/plugins/epan/falco_bridge/README.md
@@ -36,7 +36,7 @@ They depend on the following libraries:
- zlib: zlib
Wireshark is released under the GPL version 2 (GPL-2.0-or-later). It and the Apache-2.0 license are compatible via the "any later version" provision in the GPL version 2.
-As discussed at https://www.wireshark.org/lists/wireshark-dev/202203/msg00020.html, combining Wireshark and libsinsp+libscap should be OK, but that in effect invokes the GPLv2's "any later version" provision, making the Wireshark portion of the cominbined work GPLv3+.
+As discussed at https://www.wireshark.org/lists/wireshark-dev/202203/msg00020.html, combining Wireshark and libsinsp+libscap should be OK, but that in effect invokes the GPLv2's "any later version" provision, making the Wireshark portion of the combined work GPLv3+.
Debian would appear to concur: https://lists.debian.org/debian-legal/2014/08/msg00102.html.
diff --git a/plugins/epan/profinet/packet-pn.c b/plugins/epan/profinet/packet-pn.c
index 86582dbb91..57bea65842 100644
--- a/plugins/epan/profinet/packet-pn.c
+++ b/plugins/epan/profinet/packet-pn.c
@@ -640,7 +640,7 @@ static const value_string pn_io_error_code2_pnio_253[] = {
{ 38, "IOCARSR, RDHT expired" },
{ 39, "IOCARSR, Pdev, parameterization impossible" },
{ 40, "Remote application ready timeout expired" },
- { 41, "IOCARSR, Redundant interface list or access to the peripherals impossibe" },
+ { 41, "IOCARSR, Redundant interface list or access to the peripherals impossible" },
{ 42, "IOCARSR, MTOT expired" },
{ 43, "IOCARSR, AR protocol violation" },
{ 44, "PDEV, plug port without CombinedObjectContainer" },