summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2014-06-06 10:45:00 +0200
committerSalvatore Sanfilippo <antirez@gmail.com>2014-06-06 10:45:00 +0200
commit113be48221ad07706a15f253657cc805acb8047a (patch)
treedd32e8fca2435133fd4d5dbf4b974a6b254567f3
parente8ebd7d0e05b72d3ab749093493ee3c1cf7023d0 (diff)
parentb187c591e39e072fa169bf60a1a46bebc855973b (diff)
downloadredis-113be48221ad07706a15f253657cc805acb8047a.tar.gz
Merge pull request #1780 from badboy/patch-8
Small typo fixed
-rw-r--r--src/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.c b/src/debug.c
index c7e058305..d4fabb9e4 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -864,7 +864,7 @@ void sigsegvHandler(int sig, siginfo_t *info, void *secret) {
"\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"
" http://github.com/antirez/redis/issues\n\n"
-" Suspect RAM error? Use redis-server --test-memory to veryfy it.\n\n"
+" Suspect RAM error? Use redis-server --test-memory to verify it.\n\n"
);
/* free(messages); Don't call free() with possibly corrupted memory. */
if (server.daemonize) unlink(server.pidfile);