aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/admin-guide
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@googlemail.com>2021-10-28 19:23:19 +0100
committerJonathan Corbet <corbet@lwn.net>2021-11-01 11:17:21 -0600
commitd64fbe9f50d8edd8b7a797879c7facab795f20ff (patch)
tree55be731e54f4d145adfc815712d8fbab2e8a7b2c /Documentation/admin-guide
parentdocs: submitting-patches: make section about the Link: tag more explicit (diff)
downloadlinux-dev-d64fbe9f50d8edd8b7a797879c7facab795f20ff.tar.xz
linux-dev-d64fbe9f50d8edd8b7a797879c7facab795f20ff.zip
speakup: Fix typo in documentation "boo" -> "boot"
There is a typo in the speakup documentation. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Link: https://lore.kernel.org/r/20211028182319.613315-1-colin.i.king@gmail.com Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide')
-rw-r--r--Documentation/admin-guide/spkguide.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/spkguide.txt b/Documentation/admin-guide/spkguide.txt
index 977ab3f5a0a8..1265c1eab31c 100644
--- a/Documentation/admin-guide/spkguide.txt
+++ b/Documentation/admin-guide/spkguide.txt
@@ -543,7 +543,7 @@ As mentioned earlier, Speakup can either be completely compiled into the
kernel, with the exception of the help module, or it can be compiled as
a series of modules. When compiled as modules, Speakup will only be
able to speak some of the bootup messages if your system administrator
-has configured the system to load the modules at boo time. The modules
+has configured the system to load the modules at boot time. The modules
can be loaded after the file systems have been checked and mounted, or
from an initrd. There is a third possibility. Speakup can be compiled
with some components built into the kernel, and others as modules. As