From ee0019e25f3191ceb6187df05e10e968fcdb16f4 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 28 Mar 2025 16:21:05 -1000 Subject: [PATCH] fix: Correct typo in streaming warning message --- aider/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/main.py b/aider/main.py index 9119e4cf7..51c398e5c 100644 --- a/aider/main.py +++ b/aider/main.py @@ -569,7 +569,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F io.tool_warning("Terminal does not support pretty output (UnicodeDecodeError)") if args.stream and args.cache_prompts: - io.tool_warning("Caching costs may be inaccurate when using --stream.") + io.tool_warning("Caching costs may be inaccurate when streaming.") # Process any environment variables set via --set-env if args.set_env: