Skip to content

Commit f593f4c

Browse files
committed
Fix typo
1 parent 98739c3 commit f593f4c

File tree

1 file changed

+1
-1
lines changed
  • app/buck2_forkserver/src

1 file changed

+1
-1
lines changed

app/buck2_forkserver/src/run.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ impl KillProcess for DefaultKillProcess {
341341

342342
/// Unify the the behavior of using a relative path for the executable between Unix and Windows. On
343343
/// 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.
344+
/// Windows, it's relative to the cwd of the *spawning* process.
345345
///
346346
/// Here, we unify the two behaviors since we always run our subprocesses with a known cwd: we
347347
/// check if the executable actually exists relative to said cwd, and if it does, we use that.

0 commit comments

Comments
 (0)