Author: mturk
Date: Thu Apr 28 17:06:30 2011
New Revision: 1097549

URL: http://svn.apache.org/viewvc?rev=1097549&view=rev
Log:
Fix typo

Modified:
    commons/sandbox/runtime/trunk/src/main/native/os/win32/exec.c

Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/exec.c
URL: 
http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/os/win32/exec.c?rev=1097549&r1=1097548&r2=1097549&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/os/win32/exec.c (original)
+++ commons/sandbox/runtime/trunk/src/main/native/os/win32/exec.c Thu Apr 28 
17:06:30 2011
@@ -253,7 +253,7 @@ static int _run_exec(const wchar_t *exec
     LeaveCriticalSection(&_procmgr_lock);
     if (rc != 0) {
         /* Anything bellow this point is child error.
-         * This mimicks the posix fork behavior */
+         * This mimicks the posix fork behavior
          */
         exitwhy = ACR_CHILD_ERROR;
         goto cleanup;


Reply via email to