We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 916dd79 commit 0e5820dCopy full SHA for 0e5820d
.gitignore
@@ -32,3 +32,4 @@ deps/lua/src/liblua.a
32
*.dSYM
33
Makefile.dep
34
.vscode/*
35
+.idea/*
src/latency.c
@@ -85,7 +85,7 @@ int THPGetAnonHugePagesSize(void) {
85
/* ---------------------------- Latency API --------------------------------- */
86
87
/* Latency monitor initialization. We just need to create the dictionary
88
- * of time series, each time serie is craeted on demand in order to avoid
+ * of time series, each time serie is created on demand in order to avoid
89
* having a fixed list to maintain. */
90
void latencyMonitorInit(void) {
91
server.latency_events = dictCreate(&latencyTimeSeriesDictType,NULL);
0 commit comments