From 598cd4626fccea0e4e2be86e356f13ad662c0664 Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Mon, 31 Dec 2018 18:20:04 +0000 Subject: [PATCH] Fix typo git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11496 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/inputrc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter07/inputrc.xml b/chapter07/inputrc.xml index c54048b16..0e8a21564 100644 --- a/chapter07/inputrc.xml +++ b/chapter07/inputrc.xml @@ -16,7 +16,7 @@ The inputrc file is the configuration file for the Readline library, which provides editing capabilities while the user is - entering a line from the terminal. It works by tranlating keyboard inputs + entering a line from the terminal. It works by translating keyboard inputs into specific actions. Readline is used by Bash and most other shells as well as many other applications.