Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
cdbe8a6a
Commit
cdbe8a6a
authored
Jan 29, 2016
by
antirez
Browse files
Typo ASII -> ASCII fixed in comment.
parent
c2858626
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server.h
View file @
cdbe8a6a
...
@@ -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"
/* AS
C
II 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() */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment