summaryrefslogtreecommitdiffstats
path: root/bin/g-i-installation.sh
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2014-12-01 01:54:04 +0100
committerHolger Levsen <holger@layer-acht.org>2014-12-01 08:47:22 +0100
commit817774bcda52667731834b2b910e71ff47c494c4 (patch)
tree2e8137f65cbedd2ef86c66bc8b77cf394aab0756 /bin/g-i-installation.sh
parentea6dee2ce375a5db597c3decb2dd6c7c6871cdb0 (diff)
downloadjenkins.debian.net-817774bcda52667731834b2b910e71ff47c494c4.tar.xz
g-i espeakup: Fix typo
Diffstat (limited to 'bin/g-i-installation.sh')
-rw-r--r--bin/g-i-installation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index 37e56a46..c3d90326 100644
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -1224,7 +1224,7 @@ save_logs() {
grep brltty $RESULTS/dpkg-l || { echo "Warning: package brltty not installed." ; export FAILURE=true ; }
;;
*_speakup)
- grep epeakup $RESULTS/dpkg-l || { echo "Warning: package espeakup not installed." ; export FAILURE=true ; }
+ grep espeakup $RESULTS/dpkg-l || { echo "Warning: package espeakup not installed." ; export FAILURE=true ; }
;;
*)
;;