aboutsummaryrefslogtreecommitdiffstats
path: root/doc/release-notes.adoc
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@gmail.com>2023-12-05 15:28:43 +0000
committerMartin Mathieson <martin.r.mathieson@gmail.com>2023-12-07 09:38:27 +0000
commite17a22df89f6c04ac640d8ee8d9795620453a510 (patch)
treef85d1151aed9c1f861f6adafde09fe53d77f54fb /doc/release-notes.adoc
parent866de7bcde8694a941c72484368f113351b9f28c (diff)
Fix some spelling errors
Diffstat (limited to 'doc/release-notes.adoc')
-rw-r--r--doc/release-notes.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-notes.adoc b/doc/release-notes.adoc
index 33229d9c53..196bca2c53 100644
--- a/doc/release-notes.adoc
+++ b/doc/release-notes.adoc
@@ -155,7 +155,7 @@ EGNOS Messager Server (EMS) files
=== Major API Changes
* Plugin registration API was refactored. Plugin authors must do the following:
- 1 - Remove the existing bloilerplate (version, want_major` and `want_minor` and
+ 1 - Remove the existing boilerplate (version, want_major` and `want_minor` and
plugin API declarations. 2 - Add a struct ws_module to the plugin.
3 - Call one of the WIRESHARK_PLUGIN_REGISTER_* macros. See README.plugins
sections 5 and doc/plugins.example/hello.c for details and examples.