diff --git a/subprocess.hpp b/subprocess.hpp index c3338f9..af7a3f0 100755 --- a/subprocess.hpp +++ b/subprocess.hpp @@ -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 struct param_pack{};