From d38b5dc7d0405b71eaf2fc23ba3869d2f292e7fd Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 7 Feb 2014 08:58:17 +0100 Subject: [PATCH] config_debs(): fix typo (s/Tring/Trying/) --- autoconfig.functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoconfig.functions b/autoconfig.functions index 7fdb4be..f2e48ac 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -1721,7 +1721,7 @@ if checkbootparam 'debs' ; then # backwards compatibility: if no path is given get debs from debs/ DEBS="debs/$DEBS" fi - einfo "Tring to install debian package(s) ${DEBS}" + einfo "Trying to install Debian package(s) ${DEBS}" DEBS="$(eval echo ${DCSDIR}/$DEBS)" dpkg -i $DEBS ; eend $? fi -- 2.1.4