Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Eslam-Nawara committed Dec 16, 2024
1 parent d3f1a71 commit ded1975
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/app/boot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func TestMarkBooted(t *testing.T) {
})
}

// TestIsFirstBoo tests the isFirstBoot function against multiple scenarios.
// TestIsFirstBoot tests the isFirstBoot function against multiple scenarios.
// it tests both scenarios of the file being first booted or not
func TestIsFirstBoot(t *testing.T) {
testFile := "test"
Expand Down
2 changes: 1 addition & 1 deletion pkg/provision/storage/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ func (b *BoltStorage) Close() error {
return b.db.Close()
}

// CleanDeletes is a cleaner method intended to clean up old "deleted" contracts
// CleanDeleted a cleaner method intended to clean up old "deleted" contracts
// that has no active workloads anymore. We used to always leave the entire history
// of all deployments that ever lived on the system. But we changed that so once
// a deployment is deleted, it's deleted forever. Hence this code is only needed
Expand Down

0 comments on commit ded1975

Please sign in to comment.