Skip to content

Commit

Permalink
Fixed misspelling 'preferrable'
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Jan 15, 2024
1 parent 102ea92 commit 685feaa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/source/modules/zhmc_adapter_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ full_properties

Mutually exclusive with \ :literal:`additional\_properties`\ .

Note: Setting this to True causes a loop of 'Get Adapter Properties' operations to be executed. It is preferrable from a performance perspective to use the \ :literal:`additional\_properties`\ parameter instead.
Note: Setting this to True causes a loop of 'Get Adapter Properties' operations to be executed. It is preferable from a performance perspective to use the \ :literal:`additional\_properties`\ parameter instead.

| **required**: False
| **type**: bool
Expand Down
2 changes: 1 addition & 1 deletion docs/source/modules/zhmc_lpar_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ full_properties

Mutually exclusive with \ :literal:`additional\_properties`\ .

Note: Setting this to True causes a loop of 'Get Logical Partition Properties' operations to be executed. It is preferrable from a performance perspective to use the \ :literal:`additional\_properties`\ parameter instead.
Note: Setting this to True causes a loop of 'Get Logical Partition Properties' operations to be executed. It is preferable from a performance perspective to use the \ :literal:`additional\_properties`\ parameter instead.

| **required**: False
| **type**: bool
Expand Down
2 changes: 1 addition & 1 deletion docs/source/modules/zhmc_partition_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ full_properties

Mutually exclusive with \ :literal:`additional\_properties`\ .

Note: Setting this to True causes a loop of 'Get Partition Properties' operations to be executed. It is preferrable from a performance perspective to use the \ :literal:`additional\_properties`\ parameter instead.
Note: Setting this to True causes a loop of 'Get Partition Properties' operations to be executed. It is preferable from a performance perspective to use the \ :literal:`additional\_properties`\ parameter instead.

| **required**: False
| **type**: bool
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/zhmc_adapter_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
Default: False."
- Mutually exclusive with C(additional_properties).
- "Note: Setting this to True causes a loop of 'Get Adapter Properties'
operations to be executed. It is preferrable from a performance
operations to be executed. It is preferable from a performance
perspective to use the C(additional_properties) parameter instead."
type: bool
required: false
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/zhmc_lpar_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
Default: False."
- Mutually exclusive with C(additional_properties).
- "Note: Setting this to True causes a loop of 'Get Logical Partition
Properties' operations to be executed. It is preferrable from a
Properties' operations to be executed. It is preferable from a
performance perspective to use the C(additional_properties) parameter
instead."
type: bool
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/zhmc_partition_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
Default: False."
- Mutually exclusive with C(additional_properties).
- "Note: Setting this to True causes a loop of 'Get Partition Properties'
operations to be executed. It is preferrable from a performance
operations to be executed. It is preferable from a performance
perspective to use the C(additional_properties) parameter instead."
type: bool
required: false
Expand Down

0 comments on commit 685feaa

Please sign in to comment.