From bdae34bec5ac6f548a8723e5824cd03578d9f07e Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Mon, 17 May 2021 18:18:56 +0200
Subject: [PATCH] Fix typo

---
 src/oauth.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/oauth.rs b/src/oauth.rs
index ed56b7c..ab18fe3 100644
--- a/src/oauth.rs
+++ b/src/oauth.rs
@@ -114,7 +114,7 @@ pub fn get_access_token_client<E: Copy>(conf: &Config, prefix: &str, error_value
                     return Err(unauth_value);
                 },
                 _ => {
-                    error!("Error fetchin access token: {}", e);
+                    error!("Error fetching access token: {}", e);
                     return Err(error_value);
                 },
             },
-- 
GitLab