branch: externals/llm
commit 444850a981bf312d01b0af677f007939a509ef5f
Author: Andrew Hyatt <ahy...@gmail.com>
Commit: Andrew Hyatt <ahy...@gmail.com>

    Fix missing word in non-free warning message
---
 llm.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llm.el b/llm.el
index e7c05c18a4..6c96aba4a2 100644
--- a/llm.el
+++ b/llm.el
@@ -51,7 +51,7 @@
 (defun llm--warn-on-nonfree (name tos)
   "Issue a warning if `llm-warn-on-nonfree' is non-nil."
   (when llm-warn-on-nonfree
-    (lwarn '(llm nonfree) :warning "%s API is not free software, and your 
freedom to use it restricted.
+    (lwarn '(llm nonfree) :warning "%s API is not free software, and your 
freedom to use it is restricted.
 See %s for the details on the restrictions on use." name tos)))
 
 (cl-defstruct llm-chat-prompt

Reply via email to