aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2026-03-20 16:34:03 +0100
committerDan Engelbrecht <[email protected]>2026-03-20 16:34:03 +0100
commit0587d312a55d803ab8caf5000fd9b3be938f6a2c (patch)
treed904b4331ec6f12028c133fe239041ba46ccea53 /src/zenhttp
parentfix compilation issues after backporting fixes (diff)
downloadzen-0587d312a55d803ab8caf5000fd9b3be938f6a2c.tar.xz
zen-0587d312a55d803ab8caf5000fd9b3be938f6a2c.zip
cleanup
Diffstat (limited to 'src/zenhttp')
-rw-r--r--src/zenhttp/include/zenhttp/httpclientauth.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zenhttp/include/zenhttp/httpclientauth.h b/src/zenhttp/include/zenhttp/httpclientauth.h
index f1bccdca6..c466b893a 100644
--- a/src/zenhttp/include/zenhttp/httpclientauth.h
+++ b/src/zenhttp/include/zenhttp/httpclientauth.h
@@ -11,8 +11,8 @@ class AuthMgr;
namespace httpclientauth {
- // The std::function<HttpClientAccessToken()> instances returned from these functions are not guarateed to
- // be thread safe so caller must make sure they are not called from multiple threads in parallell
+ // The std::function<HttpClientAccessToken()> instances returned from these functions are not guaranteed to
+ // be thread safe so caller must make sure they are not called from multiple threads in parallel
std::function<HttpClientAccessToken()> CreateFromStaticToken(HttpClientAccessToken Token);