From 50245c189a72f17520da3f472ae14cf3188d2091 Mon Sep 17 00:00:00 2001 From: Ian Dunbar-Hall Date: Wed, 24 Jun 2020 19:53:32 +0000 Subject: [PATCH] spelling updates --- replicator/dcar/request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/replicator/dcar/request.py b/replicator/dcar/request.py index d00137a..e9659d7 100644 --- a/replicator/dcar/request.py +++ b/replicator/dcar/request.py @@ -83,4 +83,4 @@ class Session: return response self.login(dcar_url) sleep(retry_sleep) - raise LoginError("Unable to authenicate with Iron Bank") + raise LoginError("Unable to authenticate with Iron Bank") -- GitLab