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

This commit is contained in:
Peter Hickey 2022-01-14 22:54:22 +11:00 committed by GitHub
parent 56a802057e
commit 38a5116728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
deps/README.md vendored
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.