diff options
author | Hideki Yamane <henrich@debian.or.jp> | 2010-05-21 01:34:44 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@netfort.gr.jp> | 2010-06-20 12:55:28 +0900 |
commit | 0ae2ddac205831a184f124922f864c3e2eb33a55 (patch) | |
tree | 403e1a2a2d87ad494fbe0adfd7aace985f5a3164 /pbuilder-modules | |
parent | a4d802537b1cac41bac8d09fa48fb0cd1289599a (diff) | |
download | pbuilder-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-modules | 2 |
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 } |