Fix 'occurred' typo
[libi2ncommon] / src / pipestream.hxx
index e22479b..667b791 100644 (file)
@@ -112,7 +112,7 @@ inline std::string capture_exec(const std::vector<std::string>& 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!
  */