diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-12 19:19:23 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-12 19:19:23 +0300 |
commit | c864a23acfc32cb13334fa21a642949ea9e751a9 (patch) | |
tree | 7209637edd0e673f93bc92c2b5100561f6697469 | |
parent | 3a623370a5b4069eaa34008f3b3c1ecd3b40218c (diff) |
Fix typo
-rw-r--r-- | libbutl/process.mxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/process.mxx b/libbutl/process.mxx index 4a9c3cd..699d051 100644 --- a/libbutl/process.mxx +++ b/libbutl/process.mxx @@ -383,7 +383,7 @@ LIBBUTL_MODEXPORT namespace butl // parent executable's directory" semantics across platforms. // // If path_only is true then only search in the PATH environment variable - // (or in CWD if there is a directory component) ignorting other places + // (or in CWD if there is a directory component) ignoring other places // (like calling process' directory and, gasp, CWD on Windows). // static process_path |