summaryrefslogtreecommitdiff
path: root/t/chunked-items.t
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 /t/chunked-items.t
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 't/chunked-items.t')
-rw-r--r--t/chunked-items.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/chunked-items.t b/t/chunked-items.t
index 6f4fc87..5dc9a3d 100644
--- a/t/chunked-items.t
+++ b/t/chunked-items.t
@@ -75,7 +75,7 @@ for (1..5) {
$str .= $todo;
my $len = length($todo);
print $sock "append appender 0 0 $len\r\n$todo\r\n";
- is(scalar <$sock>, "STORED\r\n", "appened $todo size $len");
+ is(scalar <$sock>, "STORED\r\n", "append $todo size $len");
print $sock "get appender\r\n";
my $header = scalar <$sock>;
my $body = scalar <$sock>;