aboutsummaryrefslogtreecommitdiff
path: root/libbutl/command.mxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-03-15 17:03:49 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-03-17 13:27:37 +0300
commit34466f10506fd57836e89cffda7738c3008321b1 (patch)
tree1c4408885403a303e85a39d883399eca1aff05a5 /libbutl/command.mxx
parent955afeb419ed02a078b45312949767692751274c (diff)
Fix mkanylink() to complete relative target against link directory when create hardlink or copy
Diffstat (limited to 'libbutl/command.mxx')
-rw-r--r--libbutl/command.mxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/command.mxx b/libbutl/command.mxx
index b215817..02c8eb8 100644
--- a/libbutl/command.mxx
+++ b/libbutl/command.mxx
@@ -55,7 +55,7 @@ LIBBUTL_MODEXPORT namespace butl
// possible substitutions (so the redirect character cannot be the result of
// a substitution; see below).
//
- // The relative redirect file paths are completed against the command
+ // The relative redirect file paths are completed using the command
// current working directory. Note that if it is altered via the process
// environment, then the new value is used.
//