File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -673,12 +673,12 @@ See [CNCF announcment](https://www.cncf.io/blog/2017/12/06/fluentd-v1-0/) :)
673
673
674
674
* output: Secondary calculation should consider 'retry_max_times'
675
675
https://github.com/fluent/fluentd/pull/1452
676
- * Fix regression of deprecatd 'process' module
676
+ * Fix regression of deprecated 'process' module
677
677
https://github.com/fluent/fluentd/pull/1443
678
678
* Fix missing parser_regex require
679
679
https://github.com/fluent/fluentd/issues/1458
680
680
https://github.com/fluent/fluentd/pull/1453
681
- * Keep 'Fluent::BufferQueueLimitError' for exsting plugins
681
+ * Keep 'Fluent::BufferQueueLimitError' for existing plugins
682
682
https://github.com/fluent/fluentd/pull/1456
683
683
* in_tail: Untracked files should be removed from watching list to avoid memory bloat
684
684
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/) :)
930
930
931
931
### Bug fixes
932
932
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
934
934
https://github.com/fluent/fluentd/pull/1202
935
935
* Fix the bug not to launch Fluentd when v0.12 MultiOutput plugin is configured
936
936
https://github.com/fluent/fluentd/pull/1206
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The [fluentd](https://github.com/fluent/fluentd.git) code is hosted on Github (h
13
13
14
14
## Fork a repository
15
15
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.
17
17
18
18
## Clone the forked repository to local
19
19
@@ -74,5 +74,5 @@ $ git push -u origin new-feature
74
74
75
75
## Create a Pull Request
76
76
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
78
78
* Create a Pull Request from the branch you recently pushed by hitting the button ` Compare & pull request ` next to branch name.
You can’t perform that action at this time.
0 commit comments