Update subprocess.hpp

fixed typo in comment
This commit is contained in:
CrashOverride 2019-10-06 20:53:38 +02:00 committed by GitHub
parent a5cc965f72
commit 835656020b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -849,7 +849,7 @@ namespace detail {
// a variadic parameter pack
// This is particularly required to do a compile time
// checking of the arguments provided to 'check_ouput' function
// wherein the user is not expected to provide an 'ouput' option.
// wherein the user is not expected to provide an 'output' option.
template <typename... T> struct param_pack{};