Fix typo in deps/README.md (#10113)

This commit is contained in:
Peter Hickey
2022-01-14 13:54:22 +02:00
committed by GitHub
parent 56a802057e
commit 38a5116728
+1 -1
View File
@@ -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.