diff options
Diffstat (limited to 'slv2/plugin.h')
-rw-r--r-- | slv2/plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/slv2/plugin.h b/slv2/plugin.h index 056c72f..839137f 100644 --- a/slv2/plugin.h +++ b/slv2/plugin.h @@ -48,8 +48,8 @@ typedef const struct _Plugin SLV2Plugin; * and will not work with libslv2 (eg plugins missing required fields, or * having multiple values for mandatory single-valued fields, etc. * - * Note that normal hosts do not need to worry about list - libslv2 does not - * load invalid plugins in to plugin lists. This is included for plugin + * Note that normal hosts do not need to worry about this - libslv2 does not + * load invalid plugins into plugin lists. This is included for plugin * testing utilities, etc. * * \return True if \a plugin is valid. |