From f9b98ba01f7adf90c4df9de49791cdf7da1e34c6 Mon Sep 17 00:00:00 2001 From: Rock Storm Date: Tue, 22 Dec 2020 16:30:06 +0100 Subject: [PATCH] Fix typo on options.c --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.c b/options.c index 1bee61d..9e054f7 100644 --- a/options.c +++ b/options.c @@ -238,7 +238,7 @@ static optionDescription LongOptionDescription [] = { {1," --language-force=language"}, {1," Force all files to be interpreted using specified language."}, {1," --languages=[+|-]list"}, - {1," Restrict files scanned for tags to those mapped to langauges"}, + {1," Restrict files scanned for tags to those mapped to languages"}, {1," specified in the comma-separated 'list'. The list can contain any"}, {1," built-in or user-defined language [all]."}, {1," --license"},