Skip to content

Commit 1eba144

Browse files
committed
Correct typos in comment and message
1 parent 369c3ab commit 1eba144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ func main() {
136136

137137
if *hasDownloadFile {
138138
go http.ListenAndServe(":"+*networkPort, http.FileServer(http.Dir(filepath.Dir(*sketchPath))))
139-
// find my ip if not specified
139+
// find my IP if not specified
140140
ip := getMyIP(net.ParseIP(*networkAddress))
141141
url := "http://" + ip.String() + ":" + *networkPort + "/" + filepath.Base(*sketchPath)
142142
sketchData = bytes.NewBufferString(url)
@@ -219,7 +219,7 @@ func main() {
219219
resp, err := httpClient.Post(httpheader+*networkAddress+":"+*networkPort+*resetEndpoint, "", nil)
220220
if err != nil {
221221
if *verbose {
222-
fmt.Println("Failed to reset the board, please reset maually")
222+
fmt.Println("Failed to reset the board, please reset manually")
223223
}
224224
os.Exit(0)
225225
}

0 commit comments

Comments
 (0)