Fix simple typo in process.odin

This commit is contained in:
Thomas Skarshaug
2026-08-25 21:49:11 +02:00
parent 96b1b45f69
commit 9e1e7d60c9

View File

@@ -344,7 +344,7 @@ Process_Desc :: struct {
// stderr output.
stderr: ^File,
// The `stdout` handle to give to the child process. It can be either a file
// or a writeabe end of a pipe. Passing a `nil` will shut down the process'
// or a writeable end of a pipe. Passing a `nil` will shut down the process'
// stdout output.
stdout: ^File,
// The `stdin` handle to give to the child process. It can either be a file