Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro-Salerno committed Oct 16, 2024
1 parent 2da68e7 commit e3a9807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgi-ws/cgi-ws.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func main() {
}

if (!exists("./bin/htmc") && !exists("./bin/htmc.exe")) || !exists("./bin/libhtmc.a") || !exists("./include/libhtmc/libhtmc.h") {
fmt.Print("You're missing some important htmc files, proceed with the downlaod? [Y/n]: ")
fmt.Print("You're missing some important htmc files, proceed with the download? [Y/n]: ")
reader := bufio.NewReader(os.Stdin)
text, _ := reader.ReadString('\n')
text = strings.Replace(text, "\n", "", -1)
Expand Down

0 comments on commit e3a9807

Please sign in to comment.