diff --git a/backend/app/rest/api/rest_private.go b/backend/app/rest/api/rest_private.go index 618a4251..c7b063d8 100644 --- a/backend/app/rest/api/rest_private.go +++ b/backend/app/rest/api/rest_private.go @@ -173,7 +173,7 @@ func (s *private) createCommentCtrl(w http.ResponseWriter, r *http.Request) { s.notifyService.Submit(notify.Request{Comment: finalComment}) } - log.Printf("[DEBUG] created commend %+v", finalComment) + log.Printf("[DEBUG] created comment %+v", finalComment) render.Status(r, http.StatusCreated) render.JSON(w, r, &finalComment)