Codespell fixes.

This commit is contained in:
Dan Helfman 2023-06-21 13:14:54 -07:00
parent 1b90da5bf1
commit bc93401a70
3 changed files with 5 additions and 5 deletions

View File

@ -33,8 +33,8 @@ sudo borgmatic config generate --destination /etc/borgmatic.d/repo2.yaml
``` ```
<span class="minilink minilink-addedin">Prior to version 1.7.15</span> The <span class="minilink minilink-addedin">Prior to version 1.7.15</span> The
command to generate configuation files was `generate-borgmatic-config` instead command to generate configuration files was `generate-borgmatic-config`
of `borgmatic config generate`. instead of `borgmatic config generate`.
When you set up multiple configuration files like this, borgmatic will run When you set up multiple configuration files like this, borgmatic will run
each one in turn from a single borgmatic invocation. This includes, by each one in turn from a single borgmatic invocation. This includes, by

View File

@ -125,7 +125,7 @@ sudo borgmatic config generate
``` ```
<span class="minilink minilink-addedin">Prior to version 1.7.15</span> <span class="minilink minilink-addedin">Prior to version 1.7.15</span>
Generate a configuation file with this command instead: Generate a configuration file with this command instead:
```bash ```bash
sudo generate-borgmatic-config sudo generate-borgmatic-config

View File

@ -41,8 +41,8 @@ borgmatic config generate --source config.yaml --destination config-new.yaml
``` ```
<span class="minilink minilink-addedin">Prior to version 1.7.15</span> The <span class="minilink minilink-addedin">Prior to version 1.7.15</span> The
command to generate configuation files was `generate-borgmatic-config` instead command to generate configuration files was `generate-borgmatic-config`
of `borgmatic config generate`. instead of `borgmatic config generate`.
New options start as commented out, so you can edit the file and decide New options start as commented out, so you can edit the file and decide
whether you want to use each one. whether you want to use each one.