From e64b50369cb4e2095698f4e573378661f55af078 Mon Sep 17 00:00:00 2001 From: Alexander Dahl Date: Thu, 1 Nov 2018 13:25:49 +0100 Subject: Fix typos in KConfig files (.in rules) To not fix typos one by one, use a tool for that. All typos found with `codespell -i 3 -w rules/*.in platforms/*.in`. Signed-off-by: Alexander Dahl Signed-off-by: Michael Olbrich --- rules/file.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules/file.in') diff --git a/rules/file.in b/rules/file.in index 3f44cc380..c3858b13f 100644 --- a/rules/file.in +++ b/rules/file.in @@ -11,7 +11,7 @@ menuconfig FILE The file command is "a file type guesser", that is, a command-line tool that tells you in words what kind of data a file contains. Unlike most GUI systems, command-line UNIX systems - with this program leading the - charge - don't rely on filename extentions to tell you the type of a + charge - don't rely on filename extensions to tell you the type of a file, but look at the file's actual contents. This is, of course, more reliable, but requires a bit of I/O. -- cgit v1.2.3