mirror of
https://github.com/boostorg/process.git
synced 2026-02-22 03:32:19 +00:00
Fix several typos
This commit is contained in:
committed by
Klemens Morgenstern
parent
c329e05fb6
commit
bb375f50bd
@@ -124,7 +124,7 @@ filesystem::path cwd(boost::process::v2::pid_type pid, error_code & ec)
|
||||
filesystem::path("/proc") / std::to_string(pid) / "cwd", ec
|
||||
);
|
||||
#elif defined(__sun)
|
||||
return fileystem::canonical(
|
||||
return filesystem::canonical(
|
||||
filesystem::path("/proc") / std::to_string(pid) / "path/cwd", ec
|
||||
);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user