mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 12:25:53 +02:00
Fix typos in docs, comments, code (#1483)
This commit is contained in:
parent
44b11c2e5b
commit
0f4ab71f01
23 changed files with 39 additions and 39 deletions
|
@ -213,7 +213,7 @@ func (c *Controller) FindAlerts(gctx *gin.Context) {
|
|||
gctx.JSON(http.StatusOK, data)
|
||||
}
|
||||
|
||||
// FindAlertByID return the alert assiocated to the ID
|
||||
// FindAlertByID return the alert associated to the ID
|
||||
func (c *Controller) FindAlertByID(gctx *gin.Context) {
|
||||
alertIDStr := gctx.Param("alert_id")
|
||||
alertID, err := strconv.Atoi(alertIDStr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue