Skip to content

Commit 5eecd0b

Browse files
authored
Fix typos (#156)
1 parent 9d8d453 commit 5eecd0b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7272

7373
- Batch write support ([@sunng87](https://github.com/sunng87) in [#87](https://github.com/influxdb-rs/influxdb-rust/pull/87))
7474

75-
Build a query containing mutliple rows to be inserted
75+
Build a query containing multiple rows to be inserted
7676
```
7777
let q0 = Timestamp::Hours(11)
7878
.into_query("weather")

Diff for: CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Please open an issue if you have suggestions for new labels.
139139
| Issue label | List issues | Description |
140140
| -------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
141141
| `Type: Bug` | [search](https://github.com/influxdb-rs/influxdb-rust/labels/Status%3A%20Type%20Bug) | Applied to issues reporting bugs. |
142-
| `Type: Chore` | [search](https://github.com/influxdb-rs/influxdb-rust/labels/Status%3A%20Type%20Chore) | Applied to issues and pull requests regarding miscellaneous tasks around the reposity. |
142+
| `Type: Chore` | [search](https://github.com/influxdb-rs/influxdb-rust/labels/Status%3A%20Type%20Chore) | Applied to issues and pull requests regarding miscellaneous tasks around the repository. |
143143
| `Type: Enhancement` | [search](https://github.com/influxdb-rs/influxdb-rust/labels/Status%3A%20Type%20Enhancement) | Applied to issues and pull requests where an existing feature is improved. |
144144
| `Type: Governance` | [search](https://github.com/influxdb-rs/influxdb-rust/labels/Status%3A%20Type%20Governance) | Applied to issues pull requests regarding repository governance. |
145145
| `Type: New Feature` | [search](https://github.com/influxdb-rs/influxdb-rust/labels/status%3a%20Type%20New%20Feature) | Applied to issues and pull requests requesting or implementing new features. | |

Diff for: RELEASING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# How to release this crate
22

3-
This project consists of two crates which need to be published to crates.io in the correct order. Additonally, there's some steps one's likely to miss when releasing.
3+
This project consists of two crates which need to be published to crates.io in the correct order. Additionally, there's some steps one's likely to miss when releasing.
44

55
## Pre-Release-Checklist
66

77
- [ ] `influxdb/Cargo.toml` and `influxdb-derive/Cargo.toml`: Bumped `influxdb` and `influxdb-derive` versions to new version number?
8-
- [ ] `influxdb/Cargo.toml`: Changed `influxdb` dependecy on `influxdb-derive` to new version number?
8+
- [ ] `influxdb/Cargo.toml`: Changed `influxdb` dependency on `influxdb-derive` to new version number?
99
- [ ] `CHANGELOG.md`: Remove all entries from the unreleased section
1010
- [ ] `CHANGELOG.md`: Add new Section for the new version number with subsections `Added`, `Changed` and `Fixed`.
1111
- [ ] `CHANGELOG.md`: For each commit since the last release commit `Release vX.Y.Z`, added a changelog entry in the correct section linking to the author and PR in this format?

Diff for: influxdb/tests/integration_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ async fn test_json_query_tagged() {
533533

534534
/// INTEGRATION TEST
535535
///
536-
/// This test case tests whether JSON can be decoded from a InfluxDB response and wether that JSON
536+
/// This test case tests whether JSON can be decoded from a InfluxDB response and whether that JSON
537537
/// is equal to the data which was written to the database
538538
/// (tested with tokio)
539539
#[tokio::test]

0 commit comments

Comments
 (0)