From 8f5bf6ad734ad107628252afc80fc69dacbb4f04 Mon Sep 17 00:00:00 2001 From: CrashOverride Date: Sat, 2 Nov 2019 14:20:40 +0100 Subject: [PATCH] Update subprocess.hpp fixed typo --- subprocess.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprocess.hpp b/subprocess.hpp index c3338f9..aa458ae 100755 --- a/subprocess.hpp +++ b/subprocess.hpp @@ -97,7 +97,7 @@ namespace subprocess { // from pipe static const size_t SP_MAX_ERR_BUF_SIZ = 1024; -// Default buffer capcity for OutBuffer and ErrBuffer. +// Default buffer capacity for OutBuffer and ErrBuffer. // If the data exceeds this capacity, the buffer size is grown // by 1.5 times its previous capacity static const size_t DEFAULT_BUF_CAP_BYTES = 8192;