>From 04f1fbee5d809bc4e51292062174ded768355b58 Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Sat, 5 Jan 2019 01:20:21 +0100 Subject: [PATCH 3/3] maint: fix typo in comment * find/parser.c (found_parser): s/fid/find/ in a comment. --- find/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/find/parser.c b/find/parser.c index 5016146a..ae456ddb 100644 --- a/find/parser.c +++ b/find/parser.c @@ -571,7 +571,7 @@ should_issue_warnings (void) } -/* Check that it is legal to fid the given primary in its +/* Check that it is legal to find the given primary in its * position and return it. */ static const struct parser_table* -- 2.20.1