summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLéo Gaspard <leo@gaspard.io>2016-06-12 22:35:16 +0200
committerAnders Broman <a.broman58@gmail.com>2016-06-12 21:23:31 +0000
commit0acc76a41796d343ffe1758f5ef4e5bb395ab429 (patch)
tree7cba4094861c133edf09452284a8701b585fcd12
parent752a8eacff4fcdb67aebae91364729a565f4e2ab (diff)
downloadwireshark-0acc76a41796d343ffe1758f5ef4e5bb395ab429.tar.gz
Fix typo in dissector doc
Change-Id: I5ca20080f99905ab23d484d0be054a89c406c583 Reviewed-on: https://code.wireshark.org/review/15852 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--docbook/wsdg_src/WSDG_chapter_dissection.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_dissection.asciidoc b/docbook/wsdg_src/WSDG_chapter_dissection.asciidoc
index 6f418b05b5..f2f9342bba 100644
--- a/docbook/wsdg_src/WSDG_chapter_dissection.asciidoc
+++ b/docbook/wsdg_src/WSDG_chapter_dissection.asciidoc
@@ -187,7 +187,7 @@ You can find a good example for these files in the gryphon plugin directory.
files and dissector name. 'CMakeLists.txt' has to be modified with the correct
plugin name and version info, along with the relevant files to compile.
In the main top-level source directory, copy CMakeListsCustom.txt.example to
-CMakeCustomLists.txt and add the path of your plugin to the list in
+CMakeListsCustom.txt and add the path of your plugin to the list in
CUSTOM_PLUGIN_SRC_DIR.
Compile the dissector to a DLL or shared library and either run Wireshark from