Skip to content

Commit 47b0ed6

Browse files
mateenali66blackpiglet
authored andcommitted
fix: correct misspelling in test comment (behaviour -> behavior)
Signed-off-by: Mateen Anjum <mateenali66@gmail.com>
1 parent c0cd46a commit 47b0ed6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/restore/restore_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ func TestRestorePVWithVolumeInfo(t *testing.T) {
280280
}
281281

282282
// mockPVRestorer is a test double for PVRestorer that returns a pre-configured
283-
// result. It is used to test code paths that depend on pvRestorer behaviour
283+
// result. It is used to test code paths that depend on pvRestorer behavior
284284
// without standing up real volume snapshotter plugins.
285285
type mockPVRestorer struct {
286286
result *unstructured.Unstructured

0 commit comments

Comments
 (0)