diff options
| author | Dan Engelbrecht <[email protected]> | 2026-03-20 16:34:03 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2026-03-20 16:34:03 +0100 |
| commit | 0587d312a55d803ab8caf5000fd9b3be938f6a2c (patch) | |
| tree | d904b4331ec6f12028c133fe239041ba46ccea53 /src/zenhttp | |
| parent | fix compilation issues after backporting fixes (diff) | |
| download | zen-0587d312a55d803ab8caf5000fd9b3be938f6a2c.tar.xz zen-0587d312a55d803ab8caf5000fd9b3be938f6a2c.zip | |
cleanup
Diffstat (limited to 'src/zenhttp')
| -rw-r--r-- | src/zenhttp/include/zenhttp/httpclientauth.h | 4 |
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); |