# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1710014700 -3600
# Node ID c20a0c8a54ea0e80d9fd3d9ca28d40470fe15720
# Parent  fdff8cb54302dd13b3fbe31c2cc11905cf03f97f
mod_auth_oauth_external: Fix typo

diff -r fdff8cb54302 -r c20a0c8a54ea 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).