Fix typos (and trailing ws) reported by codespell

This commit is contained in:
David Douard 2019-11-21 14:11:18 +01:00
parent dfd8569c58
commit 3ddfd00e90
4 changed files with 7 additions and 7 deletions

View file

@ -15,7 +15,7 @@ def lister_cran(swh_listers):
# Add the load-deb-package in the scheduler backend
lister.scheduler.create_task_type({
'type': 'load-archive-files',
'description': 'Load archive files',
'description': 'Load archive files.',
'backend_name': 'swh.loader.package.tasks.LoadArchive',
'default_interval': '1 day',
})

View file

@ -15,7 +15,7 @@ def lister_gnu(swh_listers):
# Add the load-deb-package in the scheduler backend
lister.scheduler.create_task_type({
'type': 'load-archive-files',
'description': 'Load archive files',
'description': 'Load archive files.',
'backend_name': 'swh.loader.package.tasks.LoadArchive',
'default_interval': '1 day',
})

View file

@ -179,4 +179,4 @@
"archive": "https://ftp.gnu.org/old-gnu/xboard/xboard-4.2.7.tar.gz",
"date": "1070057764"
}
]
]