changeset 5730:6592c444e85c

mod_auth_oauth_external: Fix typo
author Kim Alvefur <zash@zash.se>
date Sat, 25 Nov 2023 01:09:01 +0100
parents 79ba1a1a75cc
children 1bdc6b5979ee
files mod_auth_oauth_external/mod_auth_oauth_external.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;