branch: externals/auth-source-xoauth2-plugin
commit cffa536205f2008c509dd496c522abe18aece688
Author: Xiyue Deng <[email protected]>
Commit: Xiyue Deng <[email protected]>
Fix typo
---
auth-source-xoauth2-plugin.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/auth-source-xoauth2-plugin.el b/auth-source-xoauth2-plugin.el
index dd3290855a..b6dda3c806 100644
--- a/auth-source-xoauth2-plugin.el
+++ b/auth-source-xoauth2-plugin.el
@@ -108,7 +108,7 @@ expected that `token_url', `client_id', `client_secret', and
(map-let ((:auth-url auth-url)
(:token-url token-url)
(:scope scope)
- (:client-d client-id)
+ (:client-id client-id)
(:client-secret client-secret)
(:redirect-uri redirect-uri)
(:state state))
@@ -132,7 +132,7 @@ expected that `token_url', `client_id', `client_secret', and
(unless (and check-secret
(not (plist-get auth-data :secret)))
(auth-source-do-debug "Updating auth-source-search results.")
- (push 'res auth-data)))
+ (push auth-data res)))
res)))
;;;###autoload