Typo correction

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2005-11-11 14:46:16 +00:00
parent 306b6fe972
commit ece291c7d2

View File

@ -601,7 +601,7 @@ happening, i.e. with this flag the child process window will be shown normally.
Under Unix the flag {\tt wxEXEC\_MAKE\_GROUP\_LEADER} may be used to ensure Under Unix the flag {\tt wxEXEC\_MAKE\_GROUP\_LEADER} may be used to ensure
that the new process is a group leader (this will create a new session if that the new process is a group leader (this will create a new session if
needed). Calling \helpref{wxKill}{wxkill} passing wxKILL\_CHILDREN will needed). Calling \helpref{wxKill}{wxkill} passing wxKILL\_CHILDREN will
will kill this process as well as all of its children (except those which have kill this process as well as all of its children (except those which have
started their own session). started their own session).
Finally, you may use the third overloaded version of this function to execute Finally, you may use the third overloaded version of this function to execute