aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.plugins
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2016-08-05 22:00:05 +0200
committerMichael Mann <mmann78@netscape.net>2016-08-06 00:31:23 +0000
commit37649c4d0f0e3c87308687f9000dbe9f627594de (patch)
treed5eb0af6ce0434280fb47298a80d3f2943f19f28 /doc/README.plugins
parentd1847f0b490302f671133b770efd475f7b209971 (diff)
doc: fix typos.
Change-Id: Id34affcb33c00e224dafbccc347b1d91b9e74c8d Reviewed-on: https://code.wireshark.org/review/16914 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'doc/README.plugins')
-rw-r--r--doc/README.plugins6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.plugins b/doc/README.plugins
index 216814ce42..bf40f456f9 100644
--- a/doc/README.plugins
+++ b/doc/README.plugins
@@ -148,7 +148,7 @@ plugin_ldadd = $(_CUSTOM_plugin_ldadd_) \
3.2.3 Changes to the top level configure.ac
-You need to add your plugins Makefile (in alphbetical order) to the
+You need to add your plugins Makefile (in alphabetical order) to the
AC_OUTPUT rule in the configure.ac
AC_OUTPUT(
@@ -328,14 +328,14 @@ The menu entries themselves are generated with the following code structure:
NULL, menu_cb, <user_data>);
This will not work with the GTK version on OS X; the GTK interface is
-currently not supported on this plattform. The Qt interface on OS X
+currently not supported on this platform. The Qt interface on OS X
provides the menu.
For a more detailed information, please refer to plugin_if.h
6.2 Implement interactions with the main interface
-Due to memory constraints on most plattforms, plugin functionality cannot be
+Due to memory constraints on most platforms, plugin functionality cannot be
called directly from a DLL context. Instead special functions will be used, which
will implement certain options for plugins to utilize.