From 3aa5585ab6dd65369259cda6af817a006b767240 Mon Sep 17 00:00:00 2001 From: sebastid Date: Tue, 6 Sep 2005 05:58:45 +0000 Subject: [PATCH] Typo. SVN revision: 16617 --- src/bin/e_signals.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"