Skip to content
Snippets Groups Projects
Commit 23019823 authored by Reg's avatar Reg
Browse files

Fixed typo refrence => reference

parent fc6eb636
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,7 @@ class Command(BaseCommand):
urllib.parse.urlencode([("import", reference)]),
)
self.stdout.write(
"For details, please refer to import refrence '{}' or URL {}".format(
"For details, please refer to import reference '{}' or URL {}".format(
reference, import_url
)
)
......@@ -246,7 +246,7 @@ class Command(BaseCommand):
self.stderr.write("- {}: {}".format(path, error))
self.stdout.write(
"For details, please refer to import refrence '{}' or URL {}".format(
"For details, please refer to import reference '{}' or URL {}".format(
reference, import_url
)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment