X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=src%2Fpipestream.hxx;h=667b7916efd0d471b169f2b8e8042d38cab7a93c;hb=9050e9f7dea8f5ebb44e108100d73da7f941da40;hp=e22479b6453be4b0e04fda69d285e7a7efca5ac1;hpb=c86c06cc4e6a75cd7a4a7e77bad11d2efb0b83c8;p=libi2ncommon diff --git a/src/pipestream.hxx b/src/pipestream.hxx index e22479b..667b791 100644 --- a/src/pipestream.hxx +++ b/src/pipestream.hxx @@ -112,7 +112,7 @@ inline std::string capture_exec(const std::vector& command) * opens pipe to command using popen; exit status available after destruction * (use WEXITSTATUS to get the "regular" return code (lowest byte)) * - * ATTENTION: A lot of mysterious STL bugs occured + * ATTENTION: A lot of mysterious STL bugs occurred * with a "real" buffer (buffer larger than 1 byte and up to 100 bytes) * -> Keep it slow and working! */