diff options
Diffstat (limited to 'src/main/extractor_plugins.c')
-rw-r--r-- | src/main/extractor_plugins.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/extractor_plugins.c b/src/main/extractor_plugins.c index 1ab777b..147efda 100644 --- a/src/main/extractor_plugins.c +++ b/src/main/extractor_plugins.c @@ -200,7 +200,7 @@ EXTRACTOR_plugin_load_ (struct EXTRACTOR_PluginList *plugin) * @param library the name of the library * @param options options to pass to the plugin * @param flags options to use - * @return the new list of libraries, equal to prev iff an error occured + * @return the new list of libraries, equal to prev iff an error occurred */ struct EXTRACTOR_PluginList * EXTRACTOR_plugin_add (struct EXTRACTOR_PluginList *prev, @@ -254,7 +254,7 @@ EXTRACTOR_plugin_add (struct EXTRACTOR_PluginList *prev, * the library list. * @param prev the previous list of libraries, may be NULL * @param flags options to use - * @return the new list of libraries, equal to prev iff an error occured + * @return the new list of libraries, equal to prev iff an error occurred * or if config was empty (or NULL). */ struct EXTRACTOR_PluginList * |