diff options
Diffstat (limited to 'src/main/extractor_metatypes.c')
-rw-r--r-- | src/main/extractor_metatypes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/extractor_metatypes.c b/src/main/extractor_metatypes.c index b3145d0..0601e9e 100644 --- a/src/main/extractor_metatypes.c +++ b/src/main/extractor_metatypes.c | |||
@@ -299,7 +299,7 @@ static const struct MetaTypeDescription meta_type_descriptions[] = { | |||
299 | { gettext_noop ("line count"), | 299 | { gettext_noop ("line count"), |
300 | gettext_noop ("number of lines") }, | 300 | gettext_noop ("number of lines") }, |
301 | { gettext_noop ("paragraph count"), | 301 | { gettext_noop ("paragraph count"), |
302 | gettext_noop ("number o paragraphs") }, | 302 | gettext_noop ("number of paragraphs") }, |
303 | /* 120 */ | 303 | /* 120 */ |
304 | { gettext_noop ("word count"), | 304 | { gettext_noop ("word count"), |
305 | gettext_noop ("number of words") }, | 305 | gettext_noop ("number of words") }, |