Update subprocess.hpp

fixed typo
This commit is contained in:
CrashOverride 2019-11-02 14:20:40 +01:00 committed by GitHub
parent a5cc965f72
commit 8f5bf6ad73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,7 @@ namespace subprocess {
// from pipe // from pipe
static const size_t SP_MAX_ERR_BUF_SIZ = 1024; 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 // If the data exceeds this capacity, the buffer size is grown
// by 1.5 times its previous capacity // by 1.5 times its previous capacity
static const size_t DEFAULT_BUF_CAP_BYTES = 8192; static const size_t DEFAULT_BUF_CAP_BYTES = 8192;