Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
KangZhiDong committed Aug 31, 2019
1 parent e57067b commit 2b928cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps/jemalloc/bin/jeprof.in
Original file line number Diff line number Diff line change
Expand Up @@ -2312,7 +2312,7 @@ sub SvgJavascript {
* 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:
*
* - Mouse panning
Expand Down
2 changes: 1 addition & 1 deletion src/cluster.c
Original file line number Diff line number Diff line change
Expand Up @@ -4727,7 +4727,7 @@ NULL
server.cluster->currentEpoch = epoch;
/* No need to fsync the config here since in the unlucky event
* 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|
CLUSTER_TODO_SAVE_CONFIG);
addReply(c,shared.ok);
Expand Down

0 comments on commit 2b928cd

Please sign in to comment.