Commit cdbe8a6a authored by antirez's avatar antirez
Browse files

Typo ASII -> ASCII fixed in comment.

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