@cryptotaxi247 / netdata-1 / commits / 1d9d0982a

multiple files: fix typos (#7752)

Lucas Gabriel Schneider committed Jan 15, 2020 at 17:15 UTC 1d9d0982a17f2feaf1b8765b059d2de7a93bf8f9
6 files changed +9 -9
.travis/README.md
+1 -1
@@ -23,7 +23,7 @@ Our main areas of concern are:
23 That means a lot of testing, a lot of consistency checks, a lot of validations
24
25 3) Generated artifacts consistency. We should not allow broken software to reach the public.
26 - When this happens, it's embarassing and we struggle to eliminate it.
26 + When this happens, it's embarrassing and we struggle to eliminate it.
27
28 4) We are an innovative company, so we love to automate :)
29
BUILD.md
+2 -2
@@ -136,7 +136,7 @@ find_file(HAVE_JSONC_H json/json.h PATHS ${OUR_INCLUDE_PATHS})
136
137 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.
138
139 -### Compiler compatability checks
139 +### Compiler compatibility checks
140
141 In CMakeLists.txt:
142
@@ -223,7 +223,7 @@ present. We might have an implicit way (like redirecting `cc`) but we should put
223
224 ### Debugging problems in test compilations
225
226 -Test compilations attempt to feed a test-input into the targetted compiler and result
226 +Test compilations attempt to feed a test-input into the targeted compiler and result
227 in a yes/no decision, this is similar to `AC_LANG_SOURCE(.... if test $ac_...` in .`m4`.
228 We have two techniques to use in CMake:
229 ```
CONTRIBUTING.md
+1 -1
@@ -165,7 +165,7 @@ We use several different languages and have had contributions from several peopl
165 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:
166
167 - Use 4 space indentation instead of 8
168 -- We occassionally have multiple statements on a single line (e.g. `if (a) b;`)
168 +- We occasionally have multiple statements on a single line (e.g. `if (a) b;`)
169 - Allow max line length of 120 chars
170 - Allow opening brace at the end of a function declaration: `function() {`.
171 - Allow trailing comments
HISTORICAL_CHANGELOG.md
+2 -2
@@ -178,7 +178,7 @@ netdata (1.6.0) - 2017-03-20
178
179 - new plugins
180
181 - @l2isbad builds python data collection plugins for netdata at an wonderfull
181 + @l2isbad builds python data collection plugins for netdata at an wonderful
182 rate! He rocks!
183
184 - **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
453 (<https://github.com/netdata/netdata/issues/436>),
454 health monitoring was the winner. So here it is!
455
456 - netdata now has a poweful health monitoring system embedded.
456 + netdata now has a powerful health monitoring system embedded.
457 Please check the wiki page:
458
459 <https://github.com/netdata/netdata/tree/master/health>
collectors/python.d.plugin/am2320/README.md
+2 -2
@@ -1,5 +1,5 @@
1 # AM2320
2 -This module will display a graph of the temperture and humity from a AM2320 sensor.
2 +This module will display a graph of the temperature and humity from a AM2320 sensor.
3
4 **Requirements:**
5 - Adafruit Circuit Python AM2320 library
@@ -25,7 +25,7 @@ Raspberry Pi 3B/4 Pins:
25 - Board GND (pin 6) to sensor GND (pin 3)
26 - Board SCL (pin 5) to sensor SCL (pin 4)
27
28 -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.
28 +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.
29
30 Software install:
31 - `sudo pip3 install adafruit-circuitpython-am2320`
packaging/DISTRIBUTIONS.md
+1 -1
@@ -84,7 +84,7 @@ have complete visibility over the range of support.
84 | Arch Linux (latest) | Arch | &#10007; | &#63; | &#10007; | N/A | &#10007; | &#10004; | &#10004; | &#10007; | &#63;
85 | All other linux | Other | &#10007; | &#63; | &#63; | &#10007; | &#10007; | &#63; | &#63; | &#10007; | &#63;
86
87 -## Supported functionalities accross different distribution channels
87 +## Supported functionalities across different distribution channels
88
89 On the following section we try to depict what functionalities are available, across the different distribution channels.
90 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.