docker / cli

The Docker CLI
Apache License 2.0
4.75k stars 1.88k forks source link

Correct typos in comments in the `cli/` folder #5109

Closed korverdev closed 1 month ago

korverdev commented 1 month ago

- What I did

Corrected all typos I found in the cli/ folder.

- How I did it

Ran Codespell on this repository and manually corrected valid misspellings flagged.

- How to verify it

N/A

- Description for the changelog

Corrected typos in comments in the `cli/` folder.
codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 61.35%. Comparing base (05c7d4b) to head (d4491fc).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5109 +/- ## ========================================== - Coverage 61.37% 61.35% -0.03% ========================================== Files 298 295 -3 Lines 20718 20713 -5 ========================================== - Hits 12716 12708 -8 - Misses 7102 7103 +1 - Partials 900 902 +2 ```
thaJeztah commented 1 month ago

Looks like GitHub is having issues, and some checks won't start; let me try close/reopen 🤞

thaJeztah commented 1 month ago

DCO ticket;

thaJeztah commented 1 month ago

Manually checked the DCO is there; everything else is green;

Screenshot 2024-06-04 at 10 00 38

Let me bring this one in 👍