Comment typo.

This commit is contained in:
Dan 2017-10-29 16:46:30 -07:00
parent f13ed92b0e
commit f2782426d5
1 changed files with 1 additions and 1 deletions

View File

@ -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))