diff options
| author | Dan Engelbrecht <[email protected]> | 2026-03-23 18:39:32 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-03-23 18:39:32 +0100 |
| commit | 100d87e7d4f9601d55b5490124127c266742ddc3 (patch) | |
| tree | 8d1b4283e1d388b1a69dc918ffc6ef6a8f54002f /src/zenhttp/include | |
| parent | add tests for s3 and file hydrators (#886) (diff) | |
| download | zen-100d87e7d4f9601d55b5490124127c266742ddc3.tar.xz zen-100d87e7d4f9601d55b5490124127c266742ddc3.zip | |
Merge branch 'de/v5.7.25-hotpatch' (#880)
Diffstat (limited to 'src/zenhttp/include')
| -rw-r--r-- | src/zenhttp/include/zenhttp/httpclientauth.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/zenhttp/include/zenhttp/httpclientauth.h b/src/zenhttp/include/zenhttp/httpclientauth.h index f1bccdca6..ce646ebd7 100644 --- a/src/zenhttp/include/zenhttp/httpclientauth.h +++ b/src/zenhttp/include/zenhttp/httpclientauth.h @@ -10,9 +10,8 @@ namespace zen { 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); |