aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoshe Kaplan <me@moshekaplan.com>2019-10-07 22:27:24 -0400
committerAnders Broman <a.broman58@gmail.com>2019-10-08 03:58:17 +0000
commit67d5c58bd2531eba3b75ae0fb72f6a726aa4d709 (patch)
treed899ec6eac65945a48c9c16babd3ca181561271e
parentcb7dafbcf6323ec58b14eec03b28d309f94ee519 (diff)
WSDG: Fix duplicate 'the the'
Change-Id: Iaa383391daa6deb569852fe4bb464f7cda3658dd Reviewed-on: https://code.wireshark.org/review/34726 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--docbook/wsdg_src/WSDG_chapter_tests.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_tests.adoc b/docbook/wsdg_src/WSDG_chapter_tests.adoc
index 55efacfe88..3649a9deb6 100644
--- a/docbook/wsdg_src/WSDG_chapter_tests.adoc
+++ b/docbook/wsdg_src/WSDG_chapter_tests.adoc
@@ -110,7 +110,7 @@ actually request fixture dependencies.
Tests can be run via the `test/test.py` Python script. To run all tests,
either run `test/test.py` in the directory that contains the Wireshark
-executables (`wireshark`, `tshark`, etc.), or pass the the executable
+executables (`wireshark`, `tshark`, etc.), or pass the executable
path via the `-p` flag:
[source,sh]