summaryrefslogtreecommitdiffstats
path: root/BUILD.md
diff options
context:
space:
mode:
authorLucas Gabriel Schneider <casdpa@gmail.com>2020-01-15 17:15:59 -0300
committerJoel Hans <joel@netdata.cloud>2020-01-15 13:15:59 -0700
commit1d9d0982a17f2feaf1b8765b059d2de7a93bf8f9 (patch)
treea6bfa260274d48f4ef99380140de0e179df761ef /BUILD.md
parent83d8f9138e583c9aa1f491d262658fec93d7e724 (diff)
multiple files: fix typos (#7752)
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.md b/BUILD.md
index 5ad4bdbaef..fe00486a9f 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -136,7 +136,7 @@ find_file(HAVE_JSONC_H json/json.h PATHS ${OUR_INCLUDE_PATHS})
Note: we may have cases where there is no `.pc` but we have access to a `.cmake` (e.g. AWS SDK, mongodb,cmocka) - these need to be checked / pulled inside the repo while building a prototype.
-### Compiler compatability checks
+### Compiler compatibility checks
In CMakeLists.txt:
@@ -223,7 +223,7 @@ present. We might have an implicit way (like redirecting `cc`) but we should put
### Debugging problems in test compilations
-Test compilations attempt to feed a test-input into the targetted compiler and result
+Test compilations attempt to feed a test-input into the targeted compiler and result
in a yes/no decision, this is similar to `AC_LANG_SOURCE(.... if test $ac_...` in .`m4`.
We have two techniques to use in CMake:
```