summaryrefslogtreecommitdiff
path: root/testapp.c
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-04-05 03:37:00 +0000
committerdormando <dormando@rydia.net>2017-05-23 22:41:58 -0700
commit79e35287df4cd9e410c3a160c2552ea40a335e2c (patch)
tree63b5dddb9434b4cf0879f98e05877e715f8a9346 /testapp.c
parente3eb73d016127fa6ebae3dfbf70a2a4cf5254d59 (diff)
downloadmemcached-79e35287df4cd9e410c3a160c2552ea40a335e2c.tar.gz
Spelling fixes
* accesses * amount * append * command * cyrillic * daemonize * detaches * detail * documentation * dynamically * enabled * existence * extra * implementations * incoming * increment * initialize * issue * javascript * number * optimization * overall * pipeline * reassign * reclaimed * response * responses * sigabrt * specific * specificity * tidiness
Diffstat (limited to 'testapp.c')
-rw-r--r--testapp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp.c b/testapp.c
index de43b3d..7e3fe0e 100644
--- a/testapp.c
+++ b/testapp.c
@@ -153,7 +153,7 @@ static enum test_return cache_redzone_test(void)
cache_t *cache = cache_create("test", sizeof(uint32_t), sizeof(char*),
NULL, NULL);
- /* Ignore SIGABORT */
+ /* Ignore SIGABRT */
struct sigaction old_action;
struct sigaction action = { .sa_handler = SIG_IGN, .sa_flags = 0};
sigemptyset(&action.sa_mask);