From d42663bafbd77dd8adc198d9772fe4f4f7931620 Mon Sep 17 00:00:00 2001 From: chrys Date: Sat, 12 Aug 2017 02:37:56 +0200 Subject: [PATCH] fix typo --- tools/configure_pulse.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure_pulse.sh b/tools/configure_pulse.sh index f39162bd..3965883b 100755 --- a/tools/configure_pulse.sh +++ b/tools/configure_pulse.sh @@ -67,7 +67,7 @@ fi # If there were no errors tell user to restart, else warn them errors happened. if [ $? -eq 0 ]; then -echo "Configuration created succeswsfully, restart pulse, or your system, for changes to take affect." +echo "Configuration created successfully, restart pulse, or your system, for changes to take affect." else echo "Errors were encountered while writing the configuration. please correct them manually." fi