Parcourir la source

Merge pull request #8272 from wzyboy/fix/typo

docs: fix typo
TW il y a 11 mois
Parent
commit
24afee29c2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/borg/archiver/config_cmd.py

+ 1 - 1
src/borg/archiver/config_cmd.py

@@ -146,7 +146,7 @@ class ConfigMixIn:
         For security reasons, this command only works on local repositories.
         For security reasons, this command only works on local repositories.
 
 
         To delete a config value entirely, use ``--delete``. To list the values
         To delete a config value entirely, use ``--delete``. To list the values
-        of the configuration file or the default values, use ``--list``.  To get and existing
+        of the configuration file or the default values, use ``--list``.  To get an existing
         key, pass only the key name. To set a key, pass both the key name and
         key, pass only the key name. To set a key, pass both the key name and
         the new value. Keys can be specified in the format "section.name" or
         the new value. Keys can be specified in the format "section.name" or
         simply "name"; the section will default to "repository" and "cache" for
         simply "name"; the section will default to "repository" and "cache" for