summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorPeter Hickey <peter.hickey@gmail.com>2022-01-14 22:54:22 +1100
committerGitHub <noreply@github.com>2022-01-14 13:54:22 +0200
commit38a511672833037f83669f8f0dc681a7de30bfcb (patch)
tree4153f1672a1dda997af9ac00d67506d95ba2e7a2 /deps
parent56a802057e90ea482702dbd5191bc397caf0f596 (diff)
downloadredis-38a511672833037f83669f8f0dc681a7de30bfcb.tar.gz
Fix typo in deps/README.md (#10113)
Diffstat (limited to 'deps')
-rw-r--r--deps/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/README.md b/deps/README.md
index 65b759899..591bb2cd5 100644
--- a/deps/README.md
+++ b/deps/README.md
@@ -43,7 +43,7 @@ the following additional steps:
#### Updating/upgrading jemalloc
-The jemalloc directory is pulled as a subtee from the upstream jemalloc github repo. To update it you should run from the project root:
+The jemalloc directory is pulled as a subtree from the upstream jemalloc github repo. To update it you should run from the project root:
1. `git subtree pull --prefix deps/jemalloc https://github.com/jemalloc/jemalloc.git <version-tag> --squash`<br>
This should hopefully merge the local changes into the new version.