From abc7e31460f9f4029a6ae7f3042c1556d101ce62 Mon Sep 17 00:00:00 2001 From: CrashOverride Date: Fri, 4 Oct 2019 19:16:22 +0200 Subject: [PATCH] Update subprocess.hpp fixed typo in comment --- subprocess.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprocess.hpp b/subprocess.hpp index c3338f9..b3fe967 100755 --- a/subprocess.hpp +++ b/subprocess.hpp @@ -382,7 +382,7 @@ namespace util * Writes `length` bytes to the file descriptor `fd` * from the buffer `buf`. * Parameters: - * [in] fd : The file descriptotr to write to. + * [in] fd : The file descriptor to write to. * [in] buf: Buffer from which data needs to be written to fd. * [in] length: The number of bytes that needs to be written from * `buf` to `fd`.