Correct typos in the cli/ folder

Signed-off-by: Casey Korver <casey@korver.dev>
This commit is contained in:
Casey Korver
2024-06-04 03:08:56 +00:00
parent 05c7d4b319
commit d4491fc093
6 changed files with 8 additions and 8 deletions

View File

@ -832,7 +832,7 @@ func (u *globalJobProgressUpdater) writeOverallProgress(complete int) {
// total progress.
u.progressOut.WriteProgress(progress.Progress{
// see (*replicatedJobProgressUpdater).writeOverallProgress for an
// explanation fo the advanced fmt use in this function.
// explanation of the advanced fmt use in this function.
ID: "job progress",
Action: fmt.Sprintf(
"%*d out of %d complete", u.progressDigits, complete, u.total,