Skip to content

Commit

Permalink
Errata en comentario
Browse files Browse the repository at this point in the history
  • Loading branch information
vcarceler committed May 21, 2024
1 parent 5d2294e commit 79e71ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sirin.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func register(w http.ResponseWriter, r *http.Request) {
message = message + " newrequest=true"
registered[addr] = &request{playbook, now, true}
} else {
// Estrá registrado, compruebo desde cuando
// Está registrado, compruebo desde cuando
message = message + " newrequest=false"
elapsed := now.Sub(req.timestamp)
message = fmt.Sprintf("%s elapsed=%s timeout=%s", message, elapsed, duration)
Expand Down

0 comments on commit 79e71ac

Please sign in to comment.