multiple files: fix typos (#7752)

This commit is contained in:
Lucas Gabriel Schneider 2020-01-15 17:15:59 -03:00 committed by Joel Hans
parent 83d8f9138e
commit 1d9d0982a1
6 changed files with 9 additions and 9 deletions

View File

@ -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 :)

View File

@ -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:
```

View File

@ -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

View File

@ -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>

View File

@ -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`

View File

@ -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.