From 2369a9c01e8cfbd904781cd3718fa62b2dcb5009 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 4 Jan 2006 20:33:58 +0000 Subject: [PATCH] Damn typo. SVN revision: 19529 --- legacy/ecore/src/lib/ecore/ecore_exe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/src/lib/ecore/ecore_exe.c b/legacy/ecore/src/lib/ecore/ecore_exe.c index 1f2d1055c2..4a4f2e578f 100644 --- a/legacy/ecore/src/lib/ecore/ecore_exe.c +++ b/legacy/ecore/src/lib/ecore/ecore_exe.c @@ -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.