diff --git a/subprocess.hpp b/subprocess.hpp index 8ebac01..087f195 100755 --- a/subprocess.hpp +++ b/subprocess.hpp @@ -965,7 +965,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{};