summaryrefslogtreecommitdiffstats
path: root/BUILD.md
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/BUILD.md b/BUILD.md
index deb30b37f4..049c86d3f5 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -57,7 +57,7 @@ cmake -DENABLE_DBENGINE
### Dependency detection
-We have a mixture of soft- and hard-depedencies on libraries. For most of these we expect
+We have a mixture of soft- and hard-dependencies on libraries. For most of these we expect
`pkg-config` information, for some we manually probe for libraries and include files. We
should treat all of the external dependencies consistently:
@@ -346,10 +346,10 @@ We should follow these steps:
9. Deprecate / remove the autotools build-system completely (so that we can support a single
build-system).
-Some smaller miscellaeneous suggestions:
+Some smaller miscellaneous suggestions:
1. Remove the `_Generic` / `strerror_r` config to make the system simpler (use the technique
- on the blog post to make the standard version re-enterant so that it is thread-safe).
+ on the blog post to make the standard version re-entrant so that it is thread-safe).
2. Pull in jemalloc by source into the repo if it is our preferred malloc implementation.
# Background