gplugin/gplugin

8b7f670e59ca
Fix a typo in the documentation for gplugin_version_check
--- a/gplugin/gplugin-version.c Sun Feb 23 05:33:06 2020 +0000
+++ b/gplugin/gplugin-version.c Sun Feb 23 00:03:16 2020 -0600
@@ -162,7 +162,7 @@
/**
* gplugin_version_check:
* @major: The required major version.
- * @minro: The required minor version.
+ * @minor: The required minor version.
* @micro: The required micro version.
*
* Checks that the GPlugin library in use is compatible with the given version.