Fix created->created typo in expire.c

This commit is contained in:
antirez
2016-12-13 12:21:15 +01:00
parent c65dfb436e
commit 1469c4edc1

View File

@@ -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
* DEL operations in order to retain consistency. However writable slaves are