aboutsummaryrefslogtreecommitdiffstats
path: root/echld/parent.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-12-23 15:53:13 +0000
committerBill Meier <wmeier@newsguy.com>2013-12-23 15:53:13 +0000
commit8ab9c55618a99417b4972f37ab3ee7da58cca0cf (patch)
tree24e3464ee075e7289b2ad4a7e554b251e6355e0b /echld/parent.c
parenteecbfd1f3bf613704c043f79543eb5133a046f1d (diff)
From Ville Skyttä: Spelling Fixes
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9591 svn path=/trunk/; revision=54387
Diffstat (limited to 'echld/parent.c')
-rw-r--r--echld/parent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/echld/parent.c b/echld/parent.c
index ce48f03547..af252c8661 100644
--- a/echld/parent.c
+++ b/echld/parent.c
@@ -255,7 +255,7 @@ void echld_initialize(echld_init_t* init) {
echld_dispatcher_start(to_disp,from_disp,init->argv0,init->main);
- PARENT_FATAL((SHOULD_HAVE_EXITED_BEFORE,"This shoudln't happen"));
+ PARENT_FATAL((SHOULD_HAVE_EXITED_BEFORE,"This shouldn't happen"));
} else {
/* parent code */
#ifdef PARENT_THREADS