summaryrefslogtreecommitdiff
path: root/capture_sync.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-10-25 20:37:12 +0000
committerGerald Combs <gerald@wireshark.org>2007-10-25 20:37:12 +0000
commit300503cdcb355a2415ee44df7350e79113bb3ee4 (patch)
treedc37ad12dad2f39aaf83cbec48dc283eaa8aa2fb /capture_sync.c
parentd3a00ff8bf4498a64a517bb71218ba409fd9e71f (diff)
downloadwireshark-300503cdcb355a2415ee44df7350e79113bb3ee4.tar.gz
Fix a typo.
svn path=/trunk/; revision=23272
Diffstat (limited to 'capture_sync.c')
-rw-r--r--capture_sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_sync.c b/capture_sync.c
index 04d3244101..1a9723344f 100644
--- a/capture_sync.c
+++ b/capture_sync.c
@@ -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",