diff options
Diffstat (limited to 'gnu/packages/accessibility.scm')
-rw-r--r-- | gnu/packages/accessibility.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/accessibility.scm b/gnu/packages/accessibility.scm index 499d79b8c8..63f06f7460 100644 --- a/gnu/packages/accessibility.scm +++ b/gnu/packages/accessibility.scm @@ -339,7 +339,7 @@ assistant for graphic designers, who need to select individual pixels.") (synopsis "Bridge for espeak and speakup") (description "Espeakup is a bridge between the speakup driver implemented in -the Linux kernel and the espeak-ng text to speach synthesizer. +the Linux kernel and the espeak-ng text to speech synthesizer. In order for this package to work, you need to have the following kernel modules built: @itemize @bullet @@ -348,4 +348,4 @@ CONFIG_SPEAKUP=m @item CONFIG_SPEAKUP_SOFT=m @end itemize") - (home-page "ttps://github.com/linux-speakup/espeakup"))) + (home-page "https://github.com/linux-speakup/espeakup"))) |