Skip to content

Commit ddde405

Browse files
huynq0911trungnvfet
andcommitted
Fix some typos
Correct some words spelling for reading more easily. Signed-off-by: Nguyen Quang Huy <[email protected]> Co-Authored-By: Nguyen Van Trung <[email protected]>
1 parent 99f362b commit ddde405

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -673,12 +673,12 @@ See [CNCF announcment](https://www.cncf.io/blog/2017/12/06/fluentd-v1-0/) :)
673673

674674
* output: Secondary calculation should consider 'retry_max_times'
675675
https://github.com/fluent/fluentd/pull/1452
676-
* Fix regression of deprecatd 'process' module
676+
* Fix regression of deprecated 'process' module
677677
https://github.com/fluent/fluentd/pull/1443
678678
* Fix missing parser_regex require
679679
https://github.com/fluent/fluentd/issues/1458
680680
https://github.com/fluent/fluentd/pull/1453
681-
* Keep 'Fluent::BufferQueueLimitError' for exsting plugins
681+
* Keep 'Fluent::BufferQueueLimitError' for existing plugins
682682
https://github.com/fluent/fluentd/pull/1456
683683
* in_tail: Untracked files should be removed from watching list to avoid memory bloat
684684
https://github.com/fluent/fluentd/pull/1467
@@ -930,7 +930,7 @@ See [CNCF announcment](https://www.cncf.io/blog/2017/12/06/fluentd-v1-0/) :)
930930

931931
### Bug fixes
932932

933-
* Raise configuration errors to clearify what's wrong when "@type" is missing
933+
* Raise configuration errors to clarify what's wrong when "@type" is missing
934934
https://github.com/fluent/fluentd/pull/1202
935935
* Fix the bug not to launch Fluentd when v0.12 MultiOutput plugin is configured
936936
https://github.com/fluent/fluentd/pull/1206

GithubWorkflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The [fluentd](https://github.com/fluent/fluentd.git) code is hosted on Github (h
1313

1414
## Fork a repository
1515

16-
Goto https://github.com/fluent/fluentd then hit the `Fork` button to fork your own copy of repository **fluentd** to your github account.
16+
Go to https://github.com/fluent/fluentd then hit the `Fork` button to fork your own copy of repository **fluentd** to your github account.
1717

1818
## Clone the forked repository to local
1919

@@ -74,5 +74,5 @@ $ git push -u origin new-feature
7474

7575
## Create a Pull Request
7676

77-
* Goto your fork at https://github.com/$your_github_account/fluentd
77+
* Go to your fork at https://github.com/$your_github_account/fluentd
7878
* Create a Pull Request from the branch you recently pushed by hitting the button `Compare & pull request` next to branch name.

0 commit comments

Comments
 (0)