aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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);