it's to its (#123)

This commit is contained in:
camjac251
2022-09-25 12:34:28 -07:00
committed by GitHub
parent 9dfc651a91
commit c736c24118
6 changed files with 7 additions and 7 deletions

View File

@@ -180,7 +180,7 @@ func postServerReinstall(c *gin.Context) {
c.Status(http.StatusAccepted)
}
// Deletes a server from the wings daemon and dissociate it's objects.
// Deletes a server from the wings daemon and dissociate its objects.
func deleteServer(c *gin.Context) {
s := middleware.ExtractServer(c)