diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-19 14:53:29 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-19 14:54:43 -0500 |
commit | 25f149bfbf340c63bdae2a3156214be67814ec7a (patch) | |
tree | 22d792181544f0dc05355ae57529a312553bc1c4 /src/chroot-tools | |
parent | ec4ae3a3f632979f446366067ba5a9738644bdc0 (diff) |
distcc-tool: fix a typo in a comment
Diffstat (limited to 'src/chroot-tools')
-rwxr-xr-x | src/chroot-tools/distcc-tool | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chroot-tools/distcc-tool b/src/chroot-tools/distcc-tool index 5d21a0a..29f0128 100755 --- a/src/chroot-tools/distcc-tool +++ b/src/chroot-tools/distcc-tool @@ -127,7 +127,7 @@ parse_DISTCC_HOSTS() { *@*) # SSH_HOST doesn't allow custom port numbers, and even if it # did, ssh would complain about MITM. Instead, we'll count on - # ssh ProxyCommand being configured to used `client`. + # ssh ProxyCommand being configured to use `client`. newhosts+=("$HOSTSPEC") ;; # GLOBAL_OPTION |