summaryrefslogtreecommitdiffstats
path: root/src/auth.h
diff options
context:
space:
mode:
authorPeter Colberg <peter@colberg.org>2015-12-30 16:53:42 -0500
committerPeter Colberg <peter@colberg.org>2015-12-30 16:53:42 -0500
commit2af8b4b6b3b09ae4f73d3d38204619f1486d8a89 (patch)
tree24e30dbc39c023799c4ab00faa6a6e9ee84ba8e5 /src/auth.h
parenta363dde8b5fb7133c0ea06001e4a9e4a7fd7ac78 (diff)
downloadtwinkle-2af8b4b6b3b09ae4f73d3d38204619f1486d8a89.tar
twinkle-2af8b4b6b3b09ae4f73d3d38204619f1486d8a89.tar.gz
twinkle-2af8b4b6b3b09ae4f73d3d38204619f1486d8a89.tar.lz
twinkle-2af8b4b6b3b09ae4f73d3d38204619f1486d8a89.tar.xz
twinkle-2af8b4b6b3b09ae4f73d3d38204619f1486d8a89.zip
Fix spelling
Diffstat (limited to 'src/auth.h')
-rw-r--r--src/auth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auth.h b/src/auth.h
index a4a755c..0accf54 100644
--- a/src/auth.h
+++ b/src/auth.h
@@ -129,7 +129,7 @@ public:
* @param resp [in] The response containing the challenge.
* @return true, if authorization succeeds.
* @return false, if authorization fails.
- * @post On succesful authorization, the credentials has been added to
+ * @post On successful authorization, the credentials has been added to
* the request in the proper header (Authorization or Proxy-Authorization).
*/
bool authorize(t_user *user_config, t_request *r, t_response *resp);