Fix typos.

This commit is contained in:
Christoph Schindler 2023-08-05 04:02:35 +02:00
parent 193dd93de2
commit c04517f843
1 changed files with 9 additions and 9 deletions

View File

@ -7,7 +7,7 @@ properties:
type: object type: object
description: | description: |
Constants to use in the configuration file. All occurrences of the Constants to use in the configuration file. All occurrences of the
constant name within culy braces will be replaced with the value. constant name within curly braces will be replaced with the value.
For example, if you have a constant named "hostname" with the value For example, if you have a constant named "hostname" with the value
"myhostname", then the string "{hostname}" will be replaced with "myhostname", then the string "{hostname}" will be replaced with
"myhostname" in the configuration file. "myhostname" in the configuration file.
@ -19,8 +19,8 @@ properties:
items: items:
type: string type: string
description: | description: |
List of source directories and files to backup. Globs and tildes are List of source directories and files to back up. Globs and tildes
expanded. Do not backslash spaces in path names. are expanded. Do not backslash spaces in path names.
example: example:
- /home - /home
- /etc - /etc
@ -260,7 +260,7 @@ properties:
chunker_params: chunker_params:
type: string type: string
description: | description: |
Specify the parameters passed to then chunker (CHUNK_MIN_EXP, Specify the parameters passed to the chunker (CHUNK_MIN_EXP,
CHUNK_MAX_EXP, HASH_MASK_BITS, HASH_WINDOW_SIZE). See CHUNK_MAX_EXP, HASH_MASK_BITS, HASH_WINDOW_SIZE). See
https://borgbackup.readthedocs.io/en/stable/internals.html for https://borgbackup.readthedocs.io/en/stable/internals.html for
details. Defaults to "19,23,21,4095". details. Defaults to "19,23,21,4095".
@ -1386,7 +1386,7 @@ properties:
example: a177cad45bd374409f78906a810a3074 example: a177cad45bd374409f78906a810a3074
description: | description: |
Configuration for a monitoring integration with PagerDuty. Create an Configuration for a monitoring integration with PagerDuty. Create an
account at https://www.pagerduty.com/ if you'd like to use this account at https://www.pagerduty.com if you'd like to use this
service. See borgmatic monitoring documentation for details. service. See borgmatic monitoring documentation for details.
cronhub: cronhub:
type: object type: object