diff --git a/src/bin/e_signals.c b/src/bin/e_signals.c index fe3407850..b3e2bbaa2 100644 --- a/src/bin/e_signals.c +++ b/src/bin/e_signals.c @@ -33,7 +33,7 @@ e_sigseg_act(int x, siginfo_t *info, void *data) "You can gdb attach to this process now to try debug it\n" "or you could exit, or just hit restart to try and get\n" "your desktop back the way it was. This may not always\n" - "work perfectly, but it is the bext we can do for now.\n" + "work perfectly, but it is the best we can do for now.\n" "\n" "Please help us debug this by compiling Enlightenment and\n" "all its dependency libraries with gdb debugging enabled\n" @@ -58,7 +58,7 @@ e_sigseg_act(int x, siginfo_t *info, void *data) "You can gdb attach to this process now to try debug it\n" "or you could exit, or just hit restart to try and get\n" "your desktop back the way it was. This may not always\n" - "work perfectly, but it is the bext we can do for now.\n" + "work perfectly, but it is the best we can do for now.\n" "\n" "Please help us debug this by compiling Enlightenment and\n" "all its dependency libraries with gdb debugging enabled\n" @@ -85,7 +85,7 @@ e_sigill_act(int x, siginfo_t *info, void *data) "You can gdb attach to this process now to try debug it\n" "or you could exit, or just hit restart to try and get\n" "your desktop back the way it was. This may not always\n" - "work perfectly, but it is the bext we can do for now.\n" + "work perfectly, but it is the best we can do for now.\n" "\n" "Please help us debug this by compiling Enlightenment and\n" "all its dependency libraries with gdb debugging enabled\n" @@ -110,7 +110,7 @@ e_sigfpe_act(int x, siginfo_t *info, void *data) "You can gdb attach to this process now to try debug it\n" "or you could exit, or just hit restart to try and get\n" "your desktop back the way it was. This may not always\n" - "work perfectly, but it is the bext we can do for now.\n" + "work perfectly, but it is the best we can do for now.\n" "\n" "Please help us debug this by compiling Enlightenment and\n" "all its dependency libraries with gdb debugging enabled\n" @@ -135,7 +135,7 @@ e_sigbus_act(int x, siginfo_t *info, void *data) "You can gdb attach to this process now to try debug it\n" "or you could exit, or just hit restart to try and get\n" "your desktop back the way it was. This may not always\n" - "work perfectly, but it is the bext we can do for now.\n" + "work perfectly, but it is the best we can do for now.\n" "\n" "Please help us debug this by compiling Enlightenment and\n" "all its dependency libraries with gdb debugging enabled\n"