From 835656020b30b48b43ab04f88bc1ddd947681884 Mon Sep 17 00:00:00 2001 From: CrashOverride Date: Sun, 6 Oct 2019 20:53:38 +0200 Subject: [PATCH] Update subprocess.hpp fixed typo in comment --- subprocess.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{};