From 678df67501ba030a9be801ceb8634ae094d95493 Mon Sep 17 00:00:00 2001 From: Matt Stancliff Date: Thu, 28 Aug 2014 10:36:32 -0400 Subject: Add missing 'by' --- src/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug.c b/src/debug.c index 641b10024..68878385f 100644 --- a/src/debug.c +++ b/src/debug.c @@ -852,7 +852,7 @@ void sigsegvHandler(int sig, siginfo_t *info, void *secret) { redisLog(REDIS_WARNING, "\n=== REDIS BUG REPORT END. Make sure to include from START to END. ===\n\n" -" Please report the crash opening an issue on github:\n\n" +" Please report the crash by opening an issue on github:\n\n" " http://github.com/antirez/redis/issues\n\n" " Suspect RAM error? Use redis-server --test-memory to verify it.\n\n" ); -- cgit v1.2.1