Skip to content

Commit be09a98

Browse files
authored
Fix small typo (#75)
1 parent cf95c96 commit be09a98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

subprocess.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ subprocess_weak int subprocess_terminate(struct subprocess_s *const process);
187187
///
188188
/// The only safe way to read from the standard output of a process during it's
189189
/// execution is to use the `subprocess_option_enable_async` option in
190-
/// conjuction with this method.
190+
/// conjunction with this method.
191191
subprocess_weak unsigned
192192
subprocess_read_stdout(struct subprocess_s *const process, char *const buffer,
193193
unsigned size);
@@ -201,7 +201,7 @@ subprocess_read_stdout(struct subprocess_s *const process, char *const buffer,
201201
///
202202
/// The only safe way to read from the standard error of a process during it's
203203
/// execution is to use the `subprocess_option_enable_async` option in
204-
/// conjuction with this method.
204+
/// conjunction with this method.
205205
subprocess_weak unsigned
206206
subprocess_read_stderr(struct subprocess_s *const process, char *const buffer,
207207
unsigned size);

0 commit comments

Comments
 (0)