Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskimmel committed Aug 21, 2024
1 parent 41b4e48 commit 00a6f1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions updater/updater.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func getIPv4() {

// if everything works, the request should return 200
if resp.StatusCode != 200 {
fmt.Println("The webserver retourned an error, when we tried to identify your IPv4")
fmt.Println("The webserver returned an error, when asking for your IPv4")
log.Fatal(resp.Status)

}
Expand All @@ -110,7 +110,7 @@ func getIPv6() {

// if everything works, the request should return 200
if resp.StatusCode != 200 {
fmt.Println("The webserver retourned an error, when we tried to identify your IPv6")
fmt.Println("The webserver returned an error, when asking for your IPv6")
log.Fatal(resp.Status)

}
Expand Down

0 comments on commit 00a6f1f

Please sign in to comment.