From cdbe8a6ae1f5adac4513c53173124cd0e7cec8d7 Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 29 Jan 2016 12:08:10 +0100 Subject: [PATCH] Typo ASII -> ASCII fixed in comment. --- src/server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server.h b/src/server.h index 2ec33f50..f07b6146 100644 --- a/src/server.h +++ b/src/server.h @@ -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() */