# HG changeset patch # User Kim Alvefur # Date 1700870941 -3600 # Node ID 6592c444e85c3dacb26502378168e45adbc193cd # Parent 79ba1a1a75ccb092310de4147aa4efc7a26b5099 mod_auth_oauth_external: Fix typo diff -r 79ba1a1a75cc -r 6592c444e85c 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;