浏览代码

Fix typos (#575).

Dan Helfman 2 年之前
父节点
当前提交
44f9ab95f9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      borgmatic/borg/borg.py

+ 2 - 2
borgmatic/borg/borg.py

@@ -24,8 +24,8 @@ def run_arbitrary_borg(
     '''
     '''
     Given a local or remote repository path, a storage config dict, the local Borg version, a
     Given a local or remote repository path, a storage config dict, the local Borg version, a
     sequence of arbitrary command-line Borg options, and an optional archive name, run an arbitrary
     sequence of arbitrary command-line Borg options, and an optional archive name, run an arbitrary
-    Borg command, passing in $REPOSITORY and $ARCHIVE environment variables for optional use in the
-    commmand.
+    Borg command, passing in REPOSITORY and ARCHIVE environment variables for optional use in the
+    command.
     '''
     '''
     borgmatic.logger.add_custom_log_levels()
     borgmatic.logger.add_custom_log_levels()
     lock_wait = storage_config.get('lock_wait', None)
     lock_wait = storage_config.get('lock_wait', None)