aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-modules
diff options
context:
space:
mode:
authorHideki Yamane <henrich@debian.or.jp>2010-05-21 01:34:44 +0900
committerJunichi Uekawa <dancer@netfort.gr.jp>2010-06-20 12:55:28 +0900
commit0ae2ddac205831a184f124922f864c3e2eb33a55 (patch)
tree403e1a2a2d87ad494fbe0adfd7aace985f5a3164 /pbuilder-modules
parenta4d802537b1cac41bac8d09fa48fb0cd1289599a (diff)
downloadpbuilder-0ae2ddac205831a184f124922f864c3e2eb33a55.tar
pbuilder-0ae2ddac205831a184f124922f864c3e2eb33a55.tar.gz
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
Diffstat (limited to 'pbuilder-modules')
-rw-r--r--pbuilder-modules2
1 files changed, 1 insertions, 1 deletions
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
}