From 46d107d0e73135ef4559c8a046ac60d766a514c5 Mon Sep 17 00:00:00 2001 From: Alex Hamilton <1622250+Aehmlo@users.noreply.github.com> Date: Tue, 31 Mar 2026 14:27:07 -0500 Subject: [PATCH] docs/cmdline-opts: tidy up retry-connrefused Closes #21182 --- docs/cmdline-opts/retry-connrefused.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cmdline-opts/retry-connrefused.md b/docs/cmdline-opts/retry-connrefused.md index 2e6ba80686..c7f96a8fee 100644 --- a/docs/cmdline-opts/retry-connrefused.md +++ b/docs/cmdline-opts/retry-connrefused.md @@ -17,5 +17,5 @@ Example: In addition to the other conditions, also consider ECONNREFUSED as a transient error for --retry. This option is used together with --retry. Normally, a -confused connection is not considered a transient error and therefore thus not +refused connection is not considered a transient error and therefore would not otherwise trigger a retry.