summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stancliff <matt@genges.com>2014-08-28 10:36:32 -0400
committerMatt Stancliff <matt@genges.com>2014-09-29 06:49:09 -0400
commit678df67501ba030a9be801ceb8634ae094d95493 (patch)
tree1dc582c82517a78654c5f7e23d201039c94c9f9a
parenta63b9c24f03bffb741e819c1752c9cddc0cb7f36 (diff)
downloadredis-678df67501ba030a9be801ceb8634ae094d95493.tar.gz
Add missing 'by'
-rw-r--r--src/debug.c2
1 files changed, 1 insertions, 1 deletions
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"
);