Fix typos.
continuous-integration/drone/push Build is passing Details

Merge pull request #77 from hop/main
This commit is contained in:
Dan Helfman 2023-08-05 17:19:57 -07:00 committed by GitHub
commit 065057c966
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -7,7 +7,7 @@ properties:
type: object
description: |
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
"myhostname", then the string "{hostname}" will be replaced with
"myhostname" in the configuration file.
@ -19,8 +19,8 @@ properties:
items:
type: string
description: |
List of source directories and files to backup. Globs and tildes are
expanded. Do not backslash spaces in path names.
List of source directories and files to back up. Globs and tildes
are expanded. Do not backslash spaces in path names.
example:
- /home
- /etc
@ -260,7 +260,7 @@ properties:
chunker_params:
type: string
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
https://borgbackup.readthedocs.io/en/stable/internals.html for
details. Defaults to "19,23,21,4095".
@ -1386,7 +1386,7 @@ properties:
example: a177cad45bd374409f78906a810a3074
description: |
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.
cronhub:
type: object