aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.developer
diff options
context:
space:
mode:
authorРоман Донченко <dpb@corrigendum.ru>2020-10-12 00:24:12 +0300
committerAndersBroman <a.broman58@gmail.com>2020-10-12 11:43:47 +0000
commit88b0370f867191c4d8d005f3b21d6502f868b1d8 (patch)
tree7da3e1ea6087f8535ebb2703bc421f8ef4257ab6 /doc/README.developer
parent073055c1bc6e2f2d0f71c19ba15ec7cb790884e0 (diff)
Fix spelling errors in the documentation
Diffstat (limited to 'doc/README.developer')
-rw-r--r--doc/README.developer2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.developer b/doc/README.developer
index 5d8ff018ad..6eacc1c481 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -408,7 +408,7 @@ tmpnam is insecure and should not be used any more. Wireshark brings its
own mkstemp implementation for use on platforms that lack mkstemp.
Note: mkstemp does not accept NULL as a parameter.
-Wireshark requires mininum versions of each of the libraries it uses, in
+Wireshark requires minimum versions of each of the libraries it uses, in
particular GLib 2.32.0 and Qt 5.3.0 or newer. If you require a mechanism
that is available only in a newer version of a library then use its
version detection macros, e.g. "#if GLIB_CHECK_VERSION(...)" and "#if