Fix created->created typo in expire.c

This commit is contained in:
antirez 2016-12-13 12:21:15 +01:00
parent a8a74bb8a5
commit 1ae5a13266

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