Commit 5b9ba264 authored by antirez's avatar antirez
Browse files

Fix created->created typo in expire.c

parent 04542cff
...@@ -217,7 +217,7 @@ void activeExpireCycle(int type) { ...@@ -217,7 +217,7 @@ void activeExpireCycle(int type) {
} }
/*----------------------------------------------------------------------------- /*-----------------------------------------------------------------------------
* Expires of keys crated in writable slaves * Expires of keys created in writable slaves
* *
* Normally slaves do not process expires: they wait the masters to synthesize * Normally slaves do not process expires: they wait the masters to synthesize
* DEL operations in order to retain consistency. However writable slaves are * DEL operations in order to retain consistency. However writable slaves are
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment