diff --git a/drugstone/management/includes/DatasetLoader.py b/drugstone/management/includes/DatasetLoader.py index 6d2ade8d0ab5495ca548449d317f518c22246d6c..a11e9c7e055c52fb4bcf92fae643dea6bf0d8444 100644 --- a/drugstone/management/includes/DatasetLoader.py +++ b/drugstone/management/includes/DatasetLoader.py @@ -146,7 +146,7 @@ def import_license(): license += line return license except FileNotFoundError: - print(f'No lincense doc there yet! Make sure to run an update first!') + print(f'No license doc there yet! Make sure to run an update first!') return ""