aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Thacker <johnthacker@gmail.com>2023-03-06 08:47:09 -0500
committerJohn Thacker <johnthacker@gmail.com>2023-03-06 08:47:09 -0500
commit33ed5200a2276c96f2ee5d486d30de72d7a79668 (patch)
tree65f3ebea8ffc43f3db16569f11f514d60658b18a
parent6a7d6bbee6a0a741374cf80ff5bf51620017f869 (diff)
docs: Grammar
Fix a couple cases of using "it's" instead of "its" for the possessive
-rw-r--r--doc/README.dissector2
-rwxr-xr-xdoc/extcap_example.py2
-rw-r--r--doc/wireshark.adoc2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.dissector b/doc/README.dissector
index 8de7d74360..0eb03f49d0 100644
--- a/doc/README.dissector
+++ b/doc/README.dissector
@@ -3459,7 +3459,7 @@ The arguments to udp_dissect_pdus are:
2.9 PINOs (Protocols in name only)
-For the typical dissector there is a 1-1 relationship between it and it's
+For the typical dissector there is a 1-1 relationship between it and its
protocol. However, there are times when a protocol needs multiple "names"
because it has multiple dissection functions going into the same dissector
table. The multiple names removes confusion when picking dissection through
diff --git a/doc/extcap_example.py b/doc/extcap_example.py
index 26e39e3509..8c4a6b6d96 100755
--- a/doc/extcap_example.py
+++ b/doc/extcap_example.py
@@ -79,7 +79,7 @@ class ArgumentParser(argparse.ArgumentParser):
def _get_action_from_name(self, name):
"""Given a name, get the Action instance registered with this parser.
If only it were made available in the ArgumentError object. It is
- passed as it's first arg...
+ passed as its first arg...
"""
container = self._actions
if name is None:
diff --git a/doc/wireshark.adoc b/doc/wireshark.adoc
index 4e0c5be523..c0eee6b718 100644
--- a/doc/wireshark.adoc
+++ b/doc/wireshark.adoc
@@ -2586,7 +2586,7 @@ menu:About[Folders]::
+
--
The __Folders__ page lets you view the directory names where Wireshark is
-searching it's various configuration and other files.
+searching its various configuration and other files.
--
menu:About[Plugins]::