aboutsummaryrefslogtreecommitdiffstats
path: root/capchild/capture_sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'capchild/capture_sync.c')
-rw-r--r--capchild/capture_sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capchild/capture_sync.c b/capchild/capture_sync.c
index d49a5c8080..a5840f573b 100644
--- a/capchild/capture_sync.c
+++ b/capchild/capture_sync.c
@@ -615,7 +615,7 @@ sync_pipe_start(capture_options *capture_opts, capture_session *cap_session, voi
si.wShowWindow = SW_HIDE; /* this hides the console window */
#if defined(_WIN32)
/* needs first a check if NULL *
- * otherwise wouldnt work with non extcap interfaces */
+ * otherwise wouldn't work with non extcap interfaces */
if(interface_opts.extcap_fifo != NULL)
{
if(strncmp(interface_opts.extcap_fifo,"\\\\.\\pipe\\",9)== 0)