Damn typo.

SVN revision: 19529
This commit is contained in:
David Walter Seikel 2006-01-04 20:33:58 +00:00
parent 6959704eff
commit 2369a9c01e
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ ecore_exe_pipe_run(const char *exe_cmd, Ecore_Exe_Flags flags, const void *data)
* buffering. This call will never block. It may fail if the system runs out
* of memory.
*
* @param exe The child process tosend to
* @param exe The child process to send to
* @param data The data to send
* @param size The size of the data to send, in bytes
* @return 1 if successful, 0 on failure.