aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2018-12-31 18:20:04 +0000
committerDouglas R. Reno <renodr@linuxfromscratch.org>2018-12-31 18:20:04 +0000
commit598cd4626fccea0e4e2be86e356f13ad662c0664 (patch)
tree89a38314884721e74bff5499cd8468226ad28149
parentf7cea723fc9485c7a0a0f97643a01b97928c6b2b (diff)
Fix typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11496 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter07/inputrc.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<para>The <filename>inputrc</filename> 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.</para>