Fix a typo.

svn path=/trunk/; revision=23272
This commit is contained in:
Gerald Combs 2007-10-25 20:37:12 +00:00
parent d3a00ff8bf
commit 300503cdcb
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ sync_pipe_start(capture_options *capture_opts) {
sa.lpSecurityDescriptor = NULL;
/* Create a pipe for the child process */
/* (inrease this value if you have trouble while fast capture file switches) */
/* (increase this value if you have trouble while fast capture file switches) */
if (! CreatePipe(&sync_pipe_read, &sync_pipe_write, &sa, 5120)) {
/* Couldn't create the pipe between parent and child. */
simple_dialog(ESD_TYPE_ERROR, ESD_BTN_OK, "Couldn't create sync pipe: %s",