From 9c16496ef3147ef35b4aeeba711d95b9c96157ea Mon Sep 17 00:00:00 2001 From: "chess.griffin" Date: Sun, 6 Sep 2009 12:16:02 +0000 Subject: [PATCH] fix typo in backtitle --- src/usr/sbin/sbopkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usr/sbin/sbopkg b/src/usr/sbin/sbopkg index 7fc3b79..5016f19 100755 --- a/src/usr/sbin/sbopkg +++ b/src/usr/sbin/sbopkg @@ -4101,7 +4101,7 @@ fi if [[ -n $ARCH ]]; then BACKTITLE='Browsing the $REPO_DESC. \$ARCH is set to $ARCH.' else - BACKTITLE="$(crunch "Browsing the $REPO_DEC. Using default \$ARCH \ + BACKTITLE="$(crunch "Browsing the $REPO_DESC. Using default \$ARCH \ in SlackBuild scripts.")" fi