From 44f9ab95f9c522fc7484a76fcded5ee261220ced Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 26 Jun 2023 14:37:23 -0700 Subject: [PATCH] Fix typos (#575). --- borgmatic/borg/borg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/borgmatic/borg/borg.py b/borgmatic/borg/borg.py index c5adf892..107f140a 100644 --- a/borgmatic/borg/borg.py +++ b/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 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() lock_wait = storage_config.get('lock_wait', None)