From ea91d160c92d43c90aa1a783bf0dd1d0e87a8999 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 27 Aug 2007 10:00:27 +0000 Subject: [PATCH] Minor spelling/grammar fix. SVN revision: 31550 --- src/bin/e_signals.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_signals.c b/src/bin/e_signals.c index f69ed2c3b..6878f7044 100644 --- a/src/bin/e_signals.c +++ b/src/bin/e_signals.c @@ -37,7 +37,7 @@ e_sigseg_act(int x, siginfo_t *info, void *data) "Please help us debug this by compiling Enlightenment and\n" "all its dependency libraries with gdb debugging enabled\n" "and gdb attach to E when this happens and try figure out\n" - "what's going on and set us gdb backtraces, variable dumps\n" + "what's going on and send us gdb backtraces, variable dumps\n" "etc."); exit(-11); }