Typo ASII -> ASCII fixed in comment.

This commit is contained in:
antirez 2016-01-29 12:08:10 +01:00
parent c285862621
commit cdbe8a6ae1
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ typedef long long mstime_t; /* millisecond time type. */
#include "version.h" /* Version macro */
#include "util.h" /* Misc functions useful in many places */
#include "latency.h" /* Latency monitor API */
#include "sparkline.h" /* ASII graphs API */
#include "sparkline.h" /* ASCII graphs API */
#include "quicklist.h"
/* Following includes allow test functions to be called from Redis main() */