mod_auth_oauth_external: Fix typo
authorKim Alvefur <zash@zash.se>
Sat, 25 Nov 2023 01:09:01 +0100
changeset 5734 6592c444e85c
parent 5733 79ba1a1a75cc
child 5735 1bdc6b5979ee
mod_auth_oauth_external: Fix typo
mod_auth_oauth_external/mod_auth_oauth_external.lua
--- a/mod_auth_oauth_external/mod_auth_oauth_external.lua	Thu Nov 23 16:16:34 2023 +0100
+++ b/mod_auth_oauth_external/mod_auth_oauth_external.lua	Sat Nov 25 01:09:01 2023 +0100
@@ -34,7 +34,7 @@
 	return nil, "method not implemented"
 end
 
--- With proper OAuth 2, most of these should be handled at the atuhorization
+-- With proper OAuth 2, most of these should be handled at the authorization
 -- server, no there.
 provider.test_password = not_implemented;
 provider.get_password = not_implemented;