summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis/README.md2
-rw-r--r--BUILD.md4
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--HISTORICAL_CHANGELOG.md4
-rw-r--r--collectors/python.d.plugin/am2320/README.md4
-rw-r--r--packaging/DISTRIBUTIONS.md2
6 files changed, 9 insertions, 9 deletions
diff --git a/.travis/README.md b/.travis/README.md
index 0f6c077eff..e93b81058b 100644
--- a/.travis/README.md
+++ b/.travis/README.md
@@ -23,7 +23,7 @@ Our main areas of concern are:
That means a lot of testing, a lot of consistency checks, a lot of validations
3) Generated artifacts consistency. We should not allow broken software to reach the public.
- When this happens, it's embarassing and we struggle to eliminate it.
+ When this happens, it's embarrassing and we struggle to eliminate it.
4) We are an innovative company, so we love to automate :)
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:
```
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 85bf6ece49..35e45632b9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -165,7 +165,7 @@ We use several different languages and have had contributions from several peopl
For C contributions in particular, we try to respect the [Linux kernel style](https://www.kernel.org/doc/html/v4.10/process/coding-style.html), with the following exceptions:
- Use 4 space indentation instead of 8
-- We occassionally have multiple statements on a single line (e.g. `if (a) b;`)
+- We occasionally have multiple statements on a single line (e.g. `if (a) b;`)
- Allow max line length of 120 chars
- Allow opening brace at the end of a function declaration: `function() {`.
- Allow trailing comments
diff --git a/HISTORICAL_CHANGELOG.md b/HISTORICAL_CHANGELOG.md
index 60f18a158e..9698a20d81 100644
--- a/HISTORICAL_CHANGELOG.md
+++ b/HISTORICAL_CHANGELOG.md
@@ -178,7 +178,7 @@ netdata (1.6.0) - 2017-03-20
- new plugins
- @l2isbad builds python data collection plugins for netdata at an wonderfull
+ @l2isbad builds python data collection plugins for netdata at an wonderful
rate! He rocks!
- **web_log** for monitoring in real-time all kinds of web server log files @l2isbad
@@ -453,7 +453,7 @@ netdata (1.3.0) - 2016-08-28
(<https://github.com/netdata/netdata/issues/436>),
health monitoring was the winner. So here it is!
- netdata now has a poweful health monitoring system embedded.
+ netdata now has a powerful health monitoring system embedded.
Please check the wiki page:
<https://github.com/netdata/netdata/tree/master/health>
diff --git a/collectors/python.d.plugin/am2320/README.md b/collectors/python.d.plugin/am2320/README.md
index 7095752212..a0c47e80db 100644
--- a/collectors/python.d.plugin/am2320/README.md
+++ b/collectors/python.d.plugin/am2320/README.md
@@ -1,5 +1,5 @@
# AM2320
-This module will display a graph of the temperture and humity from a AM2320 sensor.
+This module will display a graph of the temperature and humity from a AM2320 sensor.
**Requirements:**
- Adafruit Circuit Python AM2320 library
@@ -25,7 +25,7 @@ Raspberry Pi 3B/4 Pins:
- Board GND (pin 6) to sensor GND (pin 3)
- Board SCL (pin 5) to sensor SCL (pin 4)
-You may also need to add two I2C pullup resistors if your board does not already have them. The Raspberry Pi does have internal pullup resistors but it doesnt hurt to add them anyway. You can use 2.2K - 10K but we will just use 10K. The resistors go from VDD to SCL and SDA each.
+You may also need to add two I2C pullup resistors if your board does not already have them. The Raspberry Pi does have internal pullup resistors but it doesn't hurt to add them anyway. You can use 2.2K - 10K but we will just use 10K. The resistors go from VDD to SCL and SDA each.
Software install:
- `sudo pip3 install adafruit-circuitpython-am2320`
diff --git a/packaging/DISTRIBUTIONS.md b/packaging/DISTRIBUTIONS.md
index 6fc7533d3c..756eb2baf1 100644
--- a/packaging/DISTRIBUTIONS.md
+++ b/packaging/DISTRIBUTIONS.md
@@ -84,7 +84,7 @@ have complete visibility over the range of support.
| Arch Linux (latest) | Arch | &#10007; | &#63; | &#10007; | N/A | &#10007; | &#10004; | &#10004; | &#10007; | &#63;
| All other linux | Other | &#10007; | &#63; | &#63; | &#10007; | &#10007; | &#63; | &#63; | &#10007; | &#63;
-## Supported functionalities accross different distribution channels
+## Supported functionalities across different distribution channels
On the following section we try to depict what functionalities are available, across the different distribution channels.
There are various limitations and problems we try to attend as we evolve and grow. Through this report we want to provide some clarity as to what is available and in what way. Of course we strive to deliver our full solution through all channels, but that may not be feasible yet for some cases.