diff options
Diffstat (limited to 'src/plugins/man_extractor.c')
-rw-r--r-- | src/plugins/man_extractor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/man_extractor.c b/src/plugins/man_extractor.c index 86ba68d..e22fca4 100644 --- a/src/plugins/man_extractor.c +++ b/src/plugins/man_extractor.c @@ -52,7 +52,7 @@ stndup (const char *str, size_t n) * makes sure we don't pass empty strings or NULL pointers. * * @param type metadata type to use - * @param keyword metdata value; freed in the process + * @param keyword metadata value; freed in the process * @param proc function to call with meta data * @param proc_cls closure for 'proc' * @return 0 to continue extracting, 1 if we are done |