Skip to content

Fix pluralization of seconds #16751

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dnicolson
Copy link
Contributor

This is similar to #16586.

Can be tested with:

curl --retry 2 xxx

Before:

curl: (6) Could not resolve host: xxx
Warning: Problem : timeout. Will retry in 1 seconds. 2 retries left.
curl: (6) Could not resolve host: xxx
Warning: Problem : timeout. Will retry in 2 seconds. 1 retry left.
curl: (6) Could not resolve host: xxx

After:

curl: (6) Could not resolve host: xxx
Warning: Problem : timeout. Will retry in 1 second. 2 retries left.
curl: (6) Could not resolve host: xxx
Warning: Problem : timeout. Will retry in 2 seconds. 1 retry left.
curl: (6) Could not resolve host: xxx
``

@bagder
Copy link
Member

bagder commented Mar 24, 2025

Thanks!

pps83 pushed a commit to pps83/curl that referenced this pull request Apr 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants