More spelling/grammar fixes. Did not realize there was more of these in

there, lol. Darn fat-finger copy/paste :)


SVN revision: 31551
This commit is contained in:
Christopher Michael 2007-08-27 10:01:28 +00:00
parent ea91d160c9
commit 2f8b1e6712
1 changed files with 5 additions and 5 deletions

View File

@ -62,7 +62,7 @@ e_sigseg_act(int x, siginfo_t *info, void *data)
"Please help us debug this by compiling Enlightenment and\n" "Please help us debug this by compiling Enlightenment and\n"
"all its dependency libraries with gdb debugging enabled\n" "all its dependency libraries with gdb debugging enabled\n"
"and gdb attach to E when this happens and try figure out\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."); "etc.");
exit(-11); exit(-11);
} }
@ -89,7 +89,7 @@ e_sigill_act(int x, siginfo_t *info, void *data)
"Please help us debug this by compiling Enlightenment and\n" "Please help us debug this by compiling Enlightenment and\n"
"all its dependency libraries with gdb debugging enabled\n" "all its dependency libraries with gdb debugging enabled\n"
"and gdb attach to E when this happens and try figure out\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."); "etc.");
exit(-11); exit(-11);
} }
@ -114,7 +114,7 @@ e_sigfpe_act(int x, siginfo_t *info, void *data)
"Please help us debug this by compiling Enlightenment and\n" "Please help us debug this by compiling Enlightenment and\n"
"all its dependency libraries with gdb debugging enabled\n" "all its dependency libraries with gdb debugging enabled\n"
"and gdb attach to E when this happens and try figure out\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."); "etc.");
exit(-11); exit(-11);
} }
@ -139,7 +139,7 @@ e_sigbus_act(int x, siginfo_t *info, void *data)
"Please help us debug this by compiling Enlightenment and\n" "Please help us debug this by compiling Enlightenment and\n"
"all its dependency libraries with gdb debugging enabled\n" "all its dependency libraries with gdb debugging enabled\n"
"and gdb attach to E when this happens and try figure out\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."); "etc.");
exit(-11); exit(-11);
} }
@ -164,7 +164,7 @@ e_sigabrt_act(int x, siginfo_t *info, void *data)
"Please help us debug this by compiling Enlightenment and\n" "Please help us debug this by compiling Enlightenment and\n"
"all its dependency libraries with gdb debugging enabled\n" "all its dependency libraries with gdb debugging enabled\n"
"and gdb attach to E when this happens and try figure out\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."); "etc.");
exit(-11); exit(-11);
} }