We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98739c3 commit f593f4cCopy full SHA for f593f4c
app/buck2_forkserver/src/run.rs
@@ -341,7 +341,7 @@ impl KillProcess for DefaultKillProcess {
341
342
/// Unify the the behavior of using a relative path for the executable between Unix and Windows. On
343
/// UNIX, the path is understood to be relative to the cwd of the *spawned process*, whereas on
344
-/// Windows, it's relative ot the cwd of the *spawning* process.
+/// Windows, it's relative to the cwd of the *spawning* process.
345
///
346
/// Here, we unify the two behaviors since we always run our subprocesses with a known cwd: we
347
/// check if the executable actually exists relative to said cwd, and if it does, we use that.
0 commit comments