From 0ae2ddac205831a184f124922f864c3e2eb33a55 Mon Sep 17 00:00:00 2001 From: Hideki Yamane Date: Fri, 21 May 2010 01:34:44 +0900 Subject: Bug#582415: [pbuilder]: typo "taget" Package: pbuilder version: 0.196 Severity: minor I saw a message as below > I: copy /home/henrich/pbuilder/result/pathfinderd_1.1.3-0.3_amd64.deb to taget directory "taget", it's merely a typo. Please fix it as attached file when you have a time. -- Regards, Hideki Yamane henrich @ debian.or.jp/org http://wiki.debian.org/HidekiYamane --- pbuilder-modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pbuilder-modules') diff --git a/pbuilder-modules b/pbuilder-modules index c54a25b..db6988b 100644 --- a/pbuilder-modules +++ b/pbuilder-modules @@ -502,7 +502,7 @@ function copyinputfile() { exit 1x fi if [ -n "$INPUTFILE" ]; then - log "I: copy ${INPUTFILE[*]} to taget directory" + log "I: copy ${INPUTFILE[*]} to target directory" cp "${INPUTFILE[@]}" "${TARGETDIR}" fi } -- cgit v1.2.3