Fix created->created typo in expire.c

This commit is contained in:
antirez 2016-12-13 12:21:15 +01:00
parent 04542cff92
commit 5b9ba26403

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 * 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