Skip to content
Snippets Groups Projects
Verified Commit bdae34be authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix typo

parent 2327a57f
No related branches found
No related tags found
No related merge requests found
...@@ -114,7 +114,7 @@ pub fn get_access_token_client<E: Copy>(conf: &Config, prefix: &str, error_value ...@@ -114,7 +114,7 @@ pub fn get_access_token_client<E: Copy>(conf: &Config, prefix: &str, error_value
return Err(unauth_value); return Err(unauth_value);
}, },
_ => { _ => {
error!("Error fetchin access token: {}", e); error!("Error fetching access token: {}", e);
return Err(error_value); return Err(error_value);
}, },
}, },
......
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