mirror of
https://github.com/redis/redis.git
synced 2026-06-03 13:43:41 -04:00
fix typos
This commit is contained in:
parent
e57067b677
commit
2b928cdf3c
2 changed files with 2 additions and 2 deletions
2
deps/jemalloc/bin/jeprof.in
vendored
2
deps/jemalloc/bin/jeprof.in
vendored
|
|
@ -2312,7 +2312,7 @@ sub SvgJavascript {
|
||||||
* SVGPan library 1.2
|
* SVGPan library 1.2
|
||||||
* ====================
|
* ====================
|
||||||
*
|
*
|
||||||
* Given an unique existing element with id "viewport", including the
|
* Given a unique existing element with id "viewport", including the
|
||||||
* the library into any SVG adds the following capabilities:
|
* the library into any SVG adds the following capabilities:
|
||||||
*
|
*
|
||||||
* - Mouse panning
|
* - Mouse panning
|
||||||
|
|
|
||||||
|
|
@ -4727,7 +4727,7 @@ NULL
|
||||||
server.cluster->currentEpoch = epoch;
|
server.cluster->currentEpoch = epoch;
|
||||||
/* No need to fsync the config here since in the unlucky event
|
/* No need to fsync the config here since in the unlucky event
|
||||||
* of a failure to persist the config, the conflict resolution code
|
* of a failure to persist the config, the conflict resolution code
|
||||||
* will assign an unique config to this node. */
|
* will assign a unique config to this node. */
|
||||||
clusterDoBeforeSleep(CLUSTER_TODO_UPDATE_STATE|
|
clusterDoBeforeSleep(CLUSTER_TODO_UPDATE_STATE|
|
||||||
CLUSTER_TODO_SAVE_CONFIG);
|
CLUSTER_TODO_SAVE_CONFIG);
|
||||||
addReply(c,shared.ok);
|
addReply(c,shared.ok);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue