mod_auth_oauth_external: Fix typo
authorKim Alvefur <zash@zash.se>
Sat, 09 Mar 2024 21:05:00 +0100
changeset 5865 c20a0c8a54ea
parent 5864 fdff8cb54302
child 5866 9f2816287556
mod_auth_oauth_external: Fix typo
mod_auth_oauth_external/README.md
--- a/mod_auth_oauth_external/README.md	Mon Mar 11 19:28:19 2024 -0500
+++ b/mod_auth_oauth_external/README.md	Sat Mar 09 21:05:00 2024 +0100
@@ -4,7 +4,7 @@
 - Stage-Alpha
 ---
 
-This module provides external authentication via an external [AOuth
+This module provides external authentication via an external [OAuth
 2](https://datatracker.ietf.org/doc/html/rfc7628) authorization server
 and supports the [SASL OAUTHBEARER authentication][rfc7628]
 mechanism as well as PLAIN for legacy clients (this is all of them).