2
0
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:
Dirk Stolle
2025-01-21 00:46:56 +01:00
committed by Klemens Morgenstern
parent c329e05fb6
commit bb375f50bd
12 changed files with 20 additions and 20 deletions

View File

@@ -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