From 817774bcda52667731834b2b910e71ff47c494c4 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 1 Dec 2014 01:54:04 +0100 Subject: g-i espeakup: Fix typo --- bin/g-i-installation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/g-i-installation.sh') 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 ; } ;; *) ;; -- cgit v1.2.3-54-g00ecf