diff options
-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 } |