aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJim Young <jyoung@gsu.edu>2020-12-06 10:01:04 -0500
committerMartin Kaiser <wireshark@kaiser.cx>2020-12-06 19:07:08 +0000
commit9fb22c1ec0ac3e4a680c9f46a777849ccfa80033 (patch)
tree21330f0379207e66ecca7c99c1e76751fc0c3752 /doc
parentf6c7cb1251fa538dca05d117632b4a442b610726 (diff)
Four trivial comment typo fixes of ‘ad’ to ‘as’
Diffstat (limited to 'doc')
-rw-r--r--doc/README.plugins2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.plugins b/doc/README.plugins
index 806ac6fe81..67d257e3d6 100644
--- a/doc/README.plugins
+++ b/doc/README.plugins
@@ -253,7 +253,7 @@ This menu structure is built using the plugin_if.h interface and its
corresponding functions.
The menu items all call a callback provided by the plugin, which takes
-a pointer to the menuitem entry ad data. This pointer may be used to
+a pointer to the menuitem entry as data. This pointer may be used to
provide userdata to each entry. The pointer must utilize WS_DLL_PUBLIC_DEF
and has the following structure: