Skip to content

Commit

Permalink
Typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
toc21c committed Dec 30, 2015
1 parent b1f84d4 commit d7d07d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/expire.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit d7d07d6

Please sign in to comment.