diff options
| -rw-r--r-- | openbox/mainloop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/mainloop.c b/openbox/mainloop.c index 888c58fa..9df84d34 100644 --- a/openbox/mainloop.c +++ b/openbox/mainloop.c @@ -340,7 +340,7 @@ static void sighandler(gint sig) /* XXX special case for signals that default to core dump. but throw some helpful output here... */ - fprintf(stderr, "Fuck ya. Core dump. (Signal=%d)\n", sig); + fprintf(stderr, "Fuck yah. Core dump. (Signal=%d)\n", sig); /* die with a core dump */ abort(); |
