Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjorn Jorgensen committed Jul 29, 2024
1 parent 5022fef commit 9822862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dashgoat/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func heartBeat(c echo.Context) error {
}

this_is_now := time.Now().Unix()
change := iSnewState(post_service_state) // Informs abount state change
change := iSnewState(post_service_state) // Informs about state change
if change {
post_service_state.Status = "ok"
post_service_state.Change = this_is_now
Expand Down

0 comments on commit 9822862

Please sign in to comment.