From d87bc5a0718b24e0994a33601d5ee124552cfe54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Mon, 15 Dec 2014 09:27:39 +0100 Subject: [PATCH] fix mistake --- .../commandlauncher/deviceplugincommandlauncher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/deviceplugins/commandlauncher/deviceplugincommandlauncher.cpp b/plugins/deviceplugins/commandlauncher/deviceplugincommandlauncher.cpp index d1618be8..d68befcc 100644 --- a/plugins/deviceplugins/commandlauncher/deviceplugincommandlauncher.cpp +++ b/plugins/deviceplugins/commandlauncher/deviceplugincommandlauncher.cpp @@ -34,7 +34,7 @@ \section3 Example An example command could be \l{http://linux.die.net/man/1/espeak}{espeak}. (\tt{apt-get install espeak}) \code - espeak -v en "Chuck Norris is using gooe" # gooe = guh spelled correctly + espeak -v en "Chuck Norris is using gooe" # gooe = guh pronounced correctly \endcode