branch: externals/llm
commit edbad651fb0c922e4a5451e28da3406fb99dce71
Author: Naoya Yamashita <con...@gmail.com>
Commit: GitHub <nore...@github.com>

    fix typo (#52)
---
 llm-provider-utils.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llm-provider-utils.el b/llm-provider-utils.el
index adb5080b81..ad715b9757 100644
--- a/llm-provider-utils.el
+++ b/llm-provider-utils.el
@@ -603,7 +603,7 @@ cons of functions called and their output."
 ;; This is a useful method for getting out of the request buffer when it's time
 ;; to make callbacks.
 (defun llm-provider-utils-callback-in-buffer (buf f &rest args)
-  "Run F with ARSG in the context of BUF.
+  "Run F with ARGS in the context of BUF.
 But if BUF has been killed, use a temporary buffer instead.
 If F is nil, nothing is done."
   (when f

Reply via email to