Typo fixed

This commit is contained in:
WonCheol Lee 2015-12-30 15:11:34 +09:00
parent b1f84d41fb
commit d7d07d663a
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ start_server {tags {"expire"}} {
list $a $b
} {somevalue {}}
test {TTL returns tiem to live in seconds} {
test {TTL returns time to live in seconds} {
r del x
r setex x 10 somevalue
set ttl [r ttl x]