diff --git a/consent_provider/db.py b/consent_provider/db.py
index 148f6e88952e09bc0e4bc4c72541a0f22cb182ec..8a5d1af1d7ac8d3b74e0f679676da94240146a81 100644
--- a/consent_provider/db.py
+++ b/consent_provider/db.py
@@ -38,8 +38,8 @@ class User():
         """Create openID Connect token
 
         Use the userdata stored in the user object to create an OpenID Connect token.
-        The will be passed to Hydra, which will store it and server it to all OpenID Connect
-        Clients, that successfuly query the /userinfo endpoint. Every field in the "id_token"
+        The token will be passed to Hydra, which will store it and serve it to all OpenID Connect
+        Clients, that successfully query the /userinfo endpoint. Every field in the "id_token"
         dictionary can be accessed through standard scopes and claims.
         See https://openid.net/specs/openid-connect-core-1_0.html#Claims