Skip to content

Commit

Permalink
chore: Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrosi committed Feb 12, 2025
1 parent 09ce5f3 commit 21b7b01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ logging_outputs:

#### logging_outputs general queue parameters

* `queue`: A dict containing general queue paramters that can be used by all output module types, see the official rsyslog documentation for full list of parameters and their function.
* `queue`: A dict containing general queue parameters that can be used by all output module types, see the official rsyslog documentation for full list of parameters and their function.

```yaml
logging_outputs:
Expand All @@ -274,7 +274,7 @@ logging_outputs:

#### logging_outputs general action parameters

* `action`: A dict containing general action paramters, see the official rsyslog documentation for full list of parameters and their function.
* `action`: A dict containing general action parameters, see the official rsyslog documentation for full list of parameters and their function.

```yaml
logging_outputs:
Expand Down
2 changes: 1 addition & 1 deletion roles/rsyslog/tasks/deploy_nolog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# If the input/output has a possibility to reveal some sensitive data,
# include this deploy_nolog.yml file.
# See tasks/outputs/elasticsearch/main.yml for an examle.
# See tasks/outputs/elasticsearch/main.yml for an example.

- name: Install/Update required packages
package:
Expand Down

0 comments on commit 21b7b01

Please sign in to comment.