From f2782426d5eb905e434cbf0f15f39c4e29582a4c Mon Sep 17 00:00:00 2001 From: Dan Date: Sun, 29 Oct 2017 16:46:30 -0700 Subject: [PATCH] Comment typo. --- borgmatic/commands/borgmatic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borgmatic/commands/borgmatic.py b/borgmatic/commands/borgmatic.py index dd7289328..3b74b967c 100644 --- a/borgmatic/commands/borgmatic.py +++ b/borgmatic/commands/borgmatic.py @@ -81,7 +81,7 @@ def parse_arguments(*arguments): def run_configuration(config_filename, args): # pragma: no cover ''' - Parse and single configuration file, and execute its defined pruning, backups, and/or consistency + Parse a single configuration file, and execute its defined pruning, backups, and/or consistency checks. ''' logger.info('{}: Parsing configuration file'.format(config_filename))