1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Tue, 5 Jan 2021 11:56:04 +0100
Subject: Fix misspelled word langauge
Forwarded: https://github.com/arduino/ctags/pull/17
---
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"},
|