summaryrefslogtreecommitdiff
path: root/clone_build_tree.pl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-03-10 09:01:51 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-03-10 09:01:51 +0100
commiteccff1c003053e051e1e836f2fc1d4e292c94a01 (patch)
tree0514b563eb326c0ddfa3b04e95ce613a7124f317 /clone_build_tree.pl
parentd2424aa28e87ed2c757093b62f5d5912c0b20332 (diff)
downloadMPC-eccff1c003053e051e1e836f2fc1d4e292c94a01.tar.gz
Fixed typos
* clone_build_tree.pl: * rpm/buildrpm.sh:
Diffstat (limited to 'clone_build_tree.pl')
-rwxr-xr-xclone_build_tree.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/clone_build_tree.pl b/clone_build_tree.pl
index 93d476ac..19f40cb3 100755
--- a/clone_build_tree.pl
+++ b/clone_build_tree.pl
@@ -10,7 +10,7 @@ eval '(exit $?0)' && eval 'exec perl -w -S $0 ${1+"$@"}'
# This script is a rewrite of create_ace_build.pl and
# does not restrict the user to place the build
# in any particular location or that it be used with
-# ACE_wrappers. Some of the functions were barrowed
+# ACE_wrappers. Some of the functions were borrowed
# from create_ace_build.pl, but were modified quite a
# bit.
# ******************************************************************