You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/boost/process/v1/extend.hpp
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ struct handler
124
124
template <classExecutor>
125
125
voidon_setup(Executor&) const {}
126
126
127
-
/** This function is invoked if an error occured while trying to launch the process.
127
+
/** This function is invoked if an error occurred while trying to launch the process.
128
128
* \note It is not required to be const.
129
129
*/
130
130
template <classExecutor>
@@ -136,7 +136,7 @@ struct handler
136
136
template <classExecutor>
137
137
voidon_success(Executor&) const {}
138
138
139
-
/**This function is invoked if an error occured during the call of `fork`.
139
+
/**This function is invoked if an error occurred during the call of `fork`.
140
140
* \note This function will only be called on posix.
141
141
*/
142
142
template<typename Executor>
@@ -335,7 +335,7 @@ struct windows_executor
335
335
voidset_startup_info_ex();
336
336
///This element is an instance or a reference (if \ref startup_info_ex exists) to the [startup-info](https://msdn.microsoft.com/en-us/library/windows/desktop/ms686331.aspx) for the process.
337
337
startup_info_t startup_info;
338
-
///This element is the instance of the [extended startup-info](https://msdn.microsoft.com/de-de/library/windows/desktop/ms686329.aspx). It is only available with a winapi-version equal or highter than 6.
338
+
///This element is the instance of the [extended startup-info](https://msdn.microsoft.com/de-de/library/windows/desktop/ms686329.aspx). It is only available with a winapi-version equal or higher than 6.
0 commit comments