Skip to content

Commit

Permalink
chore: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
r3inbowari committed Dec 10, 2023
1 parent 8251147 commit 2b822c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speedtest.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func main() {
targets = append(targets, serverPtr)
}
task.CheckError(err)
task.Printf("Found %d Specified Public Servers", len(targets))
task.Printf("Found %d Specified Public Server(s)", len(targets))
} else {
servers, err = speedtestClient.FetchServers()
task.CheckError(err)
Expand Down

0 comments on commit 2b822c0

Please sign in to comment.