branch: externals/auth-source-xoauth2-plugin commit 466d4a057a3e7ec1a400537c95344c384e74b9af Author: Xiyue Deng <manp...@gmail.com> Commit: Xiyue Deng <manp...@gmail.com>
Typo --- auth-source-xoauth2-plugin.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth-source-xoauth2-plugin.el b/auth-source-xoauth2-plugin.el index 6ab756ead1..16316a010a 100644 --- a/auth-source-xoauth2-plugin.el +++ b/auth-source-xoauth2-plugin.el @@ -54,7 +54,7 @@ ;; for authentication, including xoauth2. To decide which ;; authentication method to use (e.g. plain password vs xoauth2), it ;; inspects the `auth' field from the auth-source entry, and if the -;; value is `xaouth2', it will try to gather data and get the access +;; value is `xoauth2', it will try to gather data and get the access ;; token for use of xoauth2 authentication; otherwise, it will fallback ;; to the default authentication method.